mirror of https://github.com/istio/istio.io.git
A couple corrections.
This commit is contained in:
parent
af7bf7ae5f
commit
d6681e4a66
|
@ -10,5 +10,4 @@ Contributions are highly welcome. We look forward to community feedback, additio
|
|||
The code repositories are hosted on [GitHub](https://github.com/istio). Please see our [Contribution Guidelines](https://github.com/istio/istio/blob/master/CONTRIBUTING.md) to learn how to contribute.
|
||||
|
||||
In addition to the code, there are other ways to contribute to the Istio [community]({{home}}/community/), including on
|
||||
[Stack Overflow](https://stackoverflow.com/questions/tagged/istio), the [mailing list](https://groups.google.com/forum/#!forum/istio-users),
|
||||
and on [Slack](https://istio.slack.com/).
|
||||
[Stack Overflow](https://stackoverflow.com/questions/tagged/istio), and the [mailing list](https://groups.google.com/forum/#!forum/istio-users).
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
sitemap_exclude: y
|
||||
---
|
||||
|
||||
// Jquery UI for tabbed panes
|
||||
$.getScript("https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js", function(){
|
||||
setupTabs();
|
||||
|
|
Loading…
Reference in New Issue