summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMattias Wadman <mattias.wadman@gmail.com>2023-06-02 16:47:02 +0200
committerNico Williams <nico@cryptonector.com>2023-07-28 13:43:14 -0500
commit28af00751812d6ef28b05374b28794b25db91d97 (patch)
tree7d920482736fc5f8469728eaa533ab0e062bb8c5 /docs
parent336c3deb8a9f4d30d1cf27fb98aecf61ef20f99d (diff)
Replace NEWS with NEWS.md with more details and examples
Changes mentioned based on picking user facing changes from: git log --oneline -r master...jq-1.6 | grep -v Merge
Diffstat (limited to 'docs')
-rw-r--r--docs/templates/shared/_navbar.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/shared/_navbar.html.j2 b/docs/templates/shared/_navbar.html.j2
index a3adb3ad..a3238611 100644
--- a/docs/templates/shared/_navbar.html.j2
+++ b/docs/templates/shared/_navbar.html.j2
@@ -20,7 +20,7 @@
<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/jqlang/jq/master/NEWS">News</a></li>
+ <li><a href="https://raw.githubusercontent.com/jqlang/jq/master/NEWS.md">News</a></li>
</ul>
</div>
</div>