From 9b8380433c74f7d7f32f9f2e5ac2b88b6892a731 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Tue, 10 Jan 2023 21:50:02 +0000 Subject: [PATCH] docs: Update all the github links after the move Signed-off-by: Daniel Thompson --- README.rst | 4 ++-- docs/install.rst | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index a6b9f98..f935d24 100644 --- a/README.rst +++ b/README.rst @@ -71,7 +71,7 @@ Community --------- The wasp-os community is centred around the -`github project `_ and is +`github project `_ and is supplemented with instant messaging via the #wasp-os IRC channel at libera.chat . @@ -264,4 +264,4 @@ application (and the "blank" white screen is a torch application): .. image:: res/BeaconApp.png :alt: Flash the relatively powerful HRS LED repeatedly - :width: 179 \ No newline at end of file + :width: 179 diff --git a/docs/install.rst b/docs/install.rst index f194e19..d63a047 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -65,7 +65,7 @@ To build wasp-os with docker, ensure it is installed and running, then open a te .. code-block:: sh - git clone https://github.com/daniel-thompson/wasp-os + git clone https://github.com/wasp-os/wasp-os cd wasp-os ~/wasp-os/tools/docker/shell @@ -126,8 +126,8 @@ Official releases are the recommended binary releases for wasp-os. They contain this documentation together a set of binaries for each of the supported devices in appropriately names directories (``build-/``). The official release can be downloaded from: -`https://github.com/daniel-thompson/wasp-os/releases -`_ . +`https://github.com/wasp-os/wasp-os/releases +`_ . The CI builds are built automatically whenever the wasp-os source code is changed. That means the builds are less well tested than the official @@ -137,8 +137,8 @@ builds are fo you. To download the latest CI build you need to be logged into a github account and you can navigate to the latest CI build using the link below (follow the link to the most recent "workflow run results" and then scroll down to find the artifacts): -`https://github.com/daniel-thompson/wasp-os/actions?query=is%3Asuccess+branch%3Amaster+workflow%3Abinary -`_ . +`https://github.com/wasp-os/wasp-os/actions?query=is%3Asuccess+branch%3Amaster+workflow%3Abinary +`_ . .. warning::