[gjs: 1/2] docs: Update internal links



commit 393112fc8af389279512ba3668dbffc17fd8b396
Author: Andy Holmes <andrew g r holmes gmail com>
Date:   Sat Sep 21 22:02:43 2019 +0000

    docs: Update internal links

 doc/Home.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/doc/Home.md b/doc/Home.md
index f5a31798..4d6b814e 100644
--- a/doc/Home.md
+++ b/doc/Home.md
@@ -1,10 +1,10 @@
 # GJS: Javascript Bindings for Gnome
 
-The current stable series (1.50.x) is built on Mozilla's SpiderMonkey 52 featuring **ES6 (ECMAScript 2015)** 
and GObjectIntrospection making most of the **Gnome API library** available.
+The current stable series (1.58.x) is built on Mozilla's SpiderMonkey 60 featuring **ES6 (ECMAScript 2015)** 
and GObjectIntrospection making most of the **Gnome API library** available.
 
-To find out when a language feature was implemented in GJS, review [NEWS][gjs-news] in the GitLab 
repository. In many cases older versions of GJS can be supported using [polyfills][mdn-polyfills] and 
[legacy-style GJS classes](Modules#lang).
+To find out when a language feature was implemented in GJS, review [NEWS][gjs-news] in the GitLab 
repository. In many cases older versions of GJS can be supported using [polyfills][mdn-polyfills] and 
[legacy-style GJS classes](Modules.md#lang).
 
-GJS includes some built-in modules like Cairo and Gettext, as well as helpers for some core APIs like DBus 
and Variants. See the [Modules](Modules) page for an overview of the built-in modules and their usage.
+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
 [mdn-polyfills]: https://developer.mozilla.org/docs/Glossary/Polyfill
@@ -13,7 +13,7 @@ GJS includes some built-in modules like Cairo and Gettext, as well as helpers fo
 
 There is now official [Gnome API Documentation][gjs-docs] for GJS, including everything from GLib and Gtk to 
Soup and WebKit2.
 
-The [Mapping](Mapping) page has an overview of Gnome API usage in GJS such as subclassing, constants and 
flags, functions with multiple return values, and more.
+The [Mapping](Mapping.md) page has an overview of Gnome API usage in GJS such as subclassing, constants and 
flags, functions with multiple return values, and more.
 
 There are also a growing number of [examples][gjs-examples] and thorough tests of language features in the 
[test suite][gjs-tests].
 
@@ -27,7 +27,7 @@ There are also a growing number of [examples][gjs-examples] and thorough tests o
 
 It's possible to write standalone applications with GJS for the Gnome Desktop, and infrastructure for 
Gettext, GSettings and GResources via the `package` import. There is a package specification, template 
repository available and plans for an in depth tutorial.
 
-* [GJS Package Specification](https://wiki.gnome.org/Projects/Gjs/Package)
+* [GJS Package Specification](https://wiki.gnome.org/Projects/Gjs/Package/Specification.md)
 * [GJS Package Template](https://github.com/gcampax/gtk-js-app)
 
 Gnome Applications written in GJS:
@@ -49,4 +49,5 @@ Gnome Applications written in GJS:
 ## External Links
 
 * [GObjectIntrospection](https://wiki.gnome.org/action/show/Projects/GObjectIntrospection)
-* [Gnome Developer Platform Demo](https://developer.gnome.org/gnome-devel-demos/stable/js.html) (Some older 
examples that still might be informative)
\ No newline at end of file
+* [Gnome Developer Platform Demo](https://developer.gnome.org/gnome-devel-demos/stable/js.html) (Some older 
examples that still might be informative)
+* [Writing GNOME Shell Extensions](https://wiki.gnome.org/Projects/GnomeShell/Extensions/Writing)
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]