зеркало из https://github.com/github/vitess-gh.git
vitess.io: Update GitHub links for new repo location.
This commit is contained in:
Родитель
84b909854c
Коммит
b046ada34f
|
@ -6,9 +6,9 @@ logo: vitess_logo_with_border.svg
|
|||
icon: vitess_logo_icon_size.png
|
||||
teaser: 400x250.gif
|
||||
locale: en_US
|
||||
url: http://vitess.io
|
||||
url: https://vitess.io
|
||||
project-name: Vitess
|
||||
repo: https://github.com/youtube/vitess
|
||||
repo: https://github.com/vitessio/vitess
|
||||
|
||||
# Jekyll configuration
|
||||
sass:
|
||||
|
@ -32,7 +32,7 @@ redcarpet:
|
|||
# Site owner
|
||||
owner:
|
||||
name: Vitess Team
|
||||
web: https://github.com/youtube/vitess
|
||||
web: https://github.com/vitessio/vitess
|
||||
email:
|
||||
twitter:
|
||||
bio:
|
||||
|
|
|
@ -8,7 +8,7 @@ teaser: 400x250.gif
|
|||
locale: en_US
|
||||
url:
|
||||
project-name: Vitess
|
||||
repo: https://github.com/youtube/vitess
|
||||
repo: https://github.com/vitessio/vitess
|
||||
|
||||
# Jekyll configuration
|
||||
sass:
|
||||
|
@ -29,7 +29,7 @@ redcarpet:
|
|||
# Site owner
|
||||
owner:
|
||||
name: Vitess Team
|
||||
web: https://github.com/youtube/vitess
|
||||
web: https://github.com/vitessio/vitess
|
||||
email:
|
||||
twitter:
|
||||
bio:
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
url: /
|
||||
|
||||
- title: GitHub
|
||||
url: https://github.com/youtube/vitess
|
||||
url: https://github.com/vitessio/vitess
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
# image: 400x250.gif
|
||||
#
|
||||
#- title: GitHub
|
||||
# url: https://github.com/youtube/vitess/
|
||||
# url: https://github.com/vitessio/vitess/
|
||||
# excerpt: "Download the code from GitHub."
|
||||
# image: 400x250.gif
|
||||
|
||||
|
|
|
@ -20,13 +20,13 @@
|
|||
<li><a href="{% link user-guide/introduction.md %}">Guides</a></li>
|
||||
<li><a href="{% link reference/vitess-api.md %}">Reference</a></li>
|
||||
<li><a href="http://blog.vitess.io">Blog</a></li>
|
||||
<li><a href="https://github.com/youtube/vitess"><i class="fa fa-github"></i> GitHub</a></li>
|
||||
<li><a href="https://github.com/vitessio/vitess"><i class="fa fa-github"></i> GitHub</a></li>
|
||||
<!-- Hide link to blog unless we have actual posts -->
|
||||
<!-- <li><a href="/blog/" title="">Blog</a></li> -->
|
||||
</ul>
|
||||
<ul class="nav nav-stacked mobile-left-nav-menu" id="collapsed-left-menu">
|
||||
{% include left-nav-menu.html %}
|
||||
<li><a href="https://github.com/youtube/vitess" id="collapsed-left-menu-repo-link"><i class="fa fa-github"></i> GitHub</a></li>
|
||||
<li><a href="https://github.com/vitessio/vitess" id="collapsed-left-menu-repo-link"><i class="fa fa-github"></i> GitHub</a></li>
|
||||
</ul>
|
||||
</div><!-- /.navbar-collapse -->
|
||||
</div><!-- /.container-fluid -->
|
||||
|
|
|
@ -32,7 +32,7 @@ Vitess team member [Anthony Yeh](https://github.com/enisoc)'s talk at
|
|||
the [January 2016 CoreOS Meetup](http://www.meetup.com/coreos/events/228233948/)
|
||||
discussed challenges and techniques for running distributed databases
|
||||
within Kubernetes, followed by a deep dive into the design trade-offs
|
||||
of the [Vitess on Kubernetes](https://github.com/youtube/vitess/tree/master/examples/kubernetes)
|
||||
of the [Vitess on Kubernetes](https://github.com/vitessio/vitess/tree/master/examples/kubernetes)
|
||||
deployment templates.
|
||||
|
||||
<iframe src="https://docs.google.com/gview?url=https://vitess.io/resources/coreos-meetup-2016-01-27.pdf&embedded=true" style="width:643px; height:379px; margin-top: 20px;" frameborder="0"></iframe>
|
||||
|
@ -59,7 +59,7 @@ of how Vitess has evolved to live in a containerized world with
|
|||
Kubernetes and Docker.
|
||||
|
||||
<iframe src="https://docs.google.com/gview?url=https://vitess.io/resources/percona-2015-vitess-and-kubernetes.pdf&embedded=true" style="width:643px; height:379px; margin-top: 20px;" frameborder="0"></iframe>
|
||||
<div style="text-align: right; width: 100%; margin-bottom:20px"><a href="https://github.com/youtube/vitess/blob/master/doc/slides/Percona2015.pptx?raw=true">download slides</a></div>
|
||||
<div style="text-align: right; width: 100%; margin-bottom:20px"><a href="https://github.com/vitessio/vitess/blob/master/doc/slides/Percona2015.pptx?raw=true">download slides</a></div>
|
||||
|
||||
|
||||
## Google I/O 2014 - Scaling with Go: YouTube's Vitess
|
||||
|
|
|
@ -25,7 +25,7 @@ internal release.
|
|||
|
||||
## Vitess 2.0 GA
|
||||
|
||||
[Vitess 2.0 GA](https://github.com/youtube/vitess/releases/tag/v2.0.0) was
|
||||
[Vitess 2.0 GA](https://github.com/vitessio/vitess/releases/tag/v2.0.0) was
|
||||
created on July 11, 2016. It was the first major public release.
|
||||
|
||||
It contains all the core features of the Vitess product:
|
||||
|
@ -91,7 +91,7 @@ following core features:
|
|||
|
||||
We already cut
|
||||
the
|
||||
[2.1.0-alpha.1 release](https://github.com/youtube/vitess/releases/tag/v2.1.0-alpha.1),
|
||||
[2.1.0-alpha.1 release](https://github.com/vitessio/vitess/releases/tag/v2.1.0-alpha.1),
|
||||
and we are finalizing the last details at the moment. Release ETA is around
|
||||
beginning of 2017.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче