From 6adfc998fe04505a3fce90f832e38469bd487a68 Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Mon, 31 Mar 2025 22:03:20 +0200 Subject: [PATCH] chore: update repo base urls Let me have my moment... I finally found a nick I can stay consistent with... --- .gitmodules | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9f1808e..4cb6a7f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vendor/html-theme-ref"] path = vendor/html-theme-ref - url = https://github.com/oxbqkwwxfrqccwtg/html-theme-ref.git + url = https://github.com/ByteB4rb1e/html-theme-ref.git diff --git a/README.md b/README.md index d83c11d..3649b6d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Tiara's Sphinx Theme Reference Implementation > **Heads up**: This is a work-in-progress reference implementation to showcase - how [Tiara's HTML Theming Reference](https://github.com/oxbqkwwxfrqccwtg/html-theme-ref) + how [Tiara's HTML Theming Reference](https://github.com/ByteB4rb1e/html-theme-ref) can integrate with a from-scratch Sphinx documentation theme. I'll be *working backwards*, so expect the project to align with this *README*, not the other way around. @@ -69,7 +69,7 @@ documentation platforms like Sphinx by: - **Promoting Standards**: Adhering to W3C, accessibility guidelines, and UNIX principles. -For the philosophy behind this, see [Tiara's HTML Theming Reference README](https://github.com/oxbqkwwxfrqccwtg/html-theme-ref). +For the philosophy behind this, see [Tiara's HTML Theming Reference README](https://github.com/ByteB4rb1e/html-theme-ref). ---