summaryrefslogtreecommitdiffstats
path: root/docs/templates/shared/_navbar.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates/shared/_navbar.html.j2')
-rw-r--r--docs/templates/shared/_navbar.html.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/templates/shared/_navbar.html.j2 b/docs/templates/shared/_navbar.html.j2
index be1eb377..a3adb3ad 100644
--- a/docs/templates/shared/_navbar.html.j2
+++ b/docs/templates/shared/_navbar.html.j2
@@ -17,10 +17,10 @@
<a href="{{root}}/{{item}}/">{{item | capitalize}}</a>
</li>
{% endfor %}
- <li><a href="https://github.com/stedolan/jq/issues">Issues</a></li>
- <li><a href="https://github.com/stedolan/jq">Source</a></li>
+ <li><a href="https://github.com/jqlang/jq/issues">Issues</a></li>
+ <li><a href="https://github.com/jqlang/jq">Source</a></li>
<li><a href="https://jqplay.org">Try online!</a></li>
- <li><a href="https://raw.githubusercontent.com/stedolan/jq/master/NEWS">News</a></li>
+ <li><a href="https://raw.githubusercontent.com/jqlang/jq/master/NEWS">News</a></li>
</ul>
</div>
</div>