From 1034b53cb7cc844157e8572ef1768105f59b7664 Mon Sep 17 00:00:00 2001 From: Christopher Fuller Date: Sun, 26 Jan 2025 22:23:26 -0800 Subject: [PATCH] Capitalize GitHub pages urls (#382) --- .spi.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.spi.yml b/.spi.yml index 4f641eef..87d4af06 100644 --- a/.spi.yml +++ b/.spi.yml @@ -1,3 +1,3 @@ version: 1 external_links: - documentation: https://tinder.github.io/Layout/documentation/layout + documentation: https://Tinder.github.io/Layout/documentation/layout diff --git a/README.md b/README.md index 0a5a46f6..f000f8de 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,9 @@ override func viewDidLoad() { ## Documentation -Documentation is viewable in Xcode by selecting `Build Documentation` from the `Product` menu, or online at: https://tinder.github.io/Layout +Documentation is viewable in Xcode by selecting `Build Documentation` from the `Product` menu, or online at: https://Tinder.github.io/Layout -And a quick reference guide is available at: https://tinder.github.io/Layout/cheatsheet +And a quick reference guide is available at: https://Tinder.github.io/Layout/cheatsheet ## Related Tools