summaryrefslogtreecommitdiff
path: root/doc/Home.md
diff options
context:
space:
mode:
authorKajal Sah <kajalksah07@gmail.com>2021-04-05 01:39:28 +0530
committerKajal Sah <kajalksah07@gmail.com>2021-04-05 01:39:28 +0530
commit87f8e49ecfd3cc17e56e1e5043044c6cc7aa4f31 (patch)
tree1aed7caa077b8beff54393de40de842991db798b /doc/Home.md
parent6c1423f2ffe4f8a2841f618257a06ee8c942bef8 (diff)
downloadgjs-87f8e49ecfd3cc17e56e1e5043044c6cc7aa4f31.tar.gz
Upgrades codespell to 2.0.0 in CI and adds suggestions by codespell package
Diffstat (limited to 'doc/Home.md')
-rw-r--r--doc/Home.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Home.md b/doc/Home.md
index 166350e5..fe3f5f6e 100644
--- a/doc/Home.md
+++ b/doc/Home.md
@@ -6,7 +6,7 @@ To find out when a language feature was implemented in GJS, review [NEWS][gjs-ne
GJS includes some built-in modules like Cairo and Gettext, as well as helpers for some core APIs like DBus and GVariants. See the [Modules](Modules.md) page for an overview of the built-in modules and their usage.
-[gjs-news]: https://gitlab.gnome.org/GNOME/gjs/raw/master/NEWS
+[gjs-news]: https://gitlab.gnome.org/GNOME/gjs/raw/HEAD/NEWS
[mdn-polyfills]: https://developer.mozilla.org/docs/Glossary/Polyfill
## GNOME API Documentation
@@ -18,8 +18,8 @@ The [Mapping](Mapping.md) page has an overview of GNOME API usage in GJS such as
There are also a growing number of [examples][gjs-examples] and thorough tests of language features in the [test suite][gjs-tests].
[gjs-docs]: https://gjs-docs.gnome.org/
-[gjs-examples]: https://gitlab.gnome.org/GNOME/gjs/tree/master/examples
-[gjs-tests]: https://gitlab.gnome.org/GNOME/gjs/blob/master/installed-tests/js
+[gjs-examples]: https://gitlab.gnome.org/GNOME/gjs/tree/HEAD/examples
+[gjs-tests]: https://gitlab.gnome.org/GNOME/gjs/blob/HEAD/installed-tests/js
## Standalone Applications