From d1add0246ee3d72cad3a316fc095a1df54a68455 Mon Sep 17 00:00:00 2001
From: Tom Prince <tom.prince@private.storage>
Date: Mon, 13 Sep 2021 22:09:56 -0600
Subject: [PATCH] Update some outdated URLs.

---
 README.rst                 | 6 +++---
 docs/source/conf.py        | 1 -
 docs/source/dev/README.rst | 4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/README.rst b/README.rst
index d3d9f088..3a2b2d8e 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
 Project Hosting Moved
 =====================
 
-This project can now be found at https://whetstone.privatestorage.io/opensource/PrivateStorageio
+This project can now be found at https://whetstone.privatestorage.io/privatestorage/PrivateStorageio
 
 PrivateStorageio
 ================
@@ -13,8 +13,8 @@ Documentation
 
 There is documentation for:
 
-* Operators/Admins: ``docs/ops/README.rst``
-* Developers: ``docs/dev/README.rst``
+* Operators/Admins: `<docs/source/ops/README.rst>`_
+* Developers: `<docs/source/dev/README.rst>`_
 
 The documentation can be built using this command::
 
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 36b62a34..66aa921e 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -86,7 +86,6 @@ html_theme_options = {
     'logo': 'logo-ps.svg',
     'description': "&nbsp;", # ugly hack to get some white space below the logo
     'fixed_sidebar': True,
-    'extra_nav_links': {"Fork me on GitHub": "https://github.com/PrivateStorageio/PrivateStorageio"},
 }
 
 # Add any paths that contain custom static files (such as style sheets) here,
diff --git a/docs/source/dev/README.rst b/docs/source/dev/README.rst
index a5ce5caa..3722ebd0 100644
--- a/docs/source/dev/README.rst
+++ b/docs/source/dev/README.rst
@@ -28,7 +28,7 @@ The system tests boot QEMU VMs which prevents them from running on CI at this ti
 The build requires > 10 GB of disk space,
 and the VMs might be timing out on slow or busy machines.
 If you run into timeouts,
-try `raising the number of retries <https://github.com/PrivateStorageio/PrivateStorageio/blob/e8233d2/nixos/modules/tests/run-introducer.py#L55-L62>`_.
+try `raising the number of retries <https://whetstone.privatestorage.io/privatestorage/PrivateStorageio/-/blob/e8233d2/nixos/modules/tests/run-introducer.py#L55-62>`_.
 
 It is also possible go through the testing script interactively - useful for debugging::
 
@@ -36,7 +36,7 @@ It is also possible go through the testing script interactively - useful for deb
 
 This will give you a result symlink in the current directory.
 Inside that is bin/nixos-test-driver which gives you a kind of REPL for interacting with the VMs.
-The kind of `Python in this testScript <https://github.com/PrivateStorageio/PrivateStorageio/blob/78881a3/nixos/modules/tests/private-storage.nix#L180>`_ is what you can enter into this REPL.
+The kind of `Python in this testScript <https://whetstone.privatestorage.io/privatestorage/PrivateStorageio/-/blob/78881a3/nixos/modules/tests/private-storage.nix#L180>`_ is what you can enter into this REPL.
 Consult the `official documentation on NixOS Tests <https://nixos.org/manual/nixos/stable/index.html#sec-nixos-tests>`_ for more information.
 
 Architecture overview
-- 
GitLab