From a70e9aa78e74df95fcae57ca8f9bd16e426ecc03 Mon Sep 17 00:00:00 2001 From: Todd Fredrich Date: Sat, 21 Jan 2023 12:05:55 -0700 Subject: [PATCH] Updating Git URLs --- config.toml | 6 +++--- content/_index.md | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 16e6bea..af23f9f 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'http://restapitutorial.org/' +baseURL = 'http://restapitutorial.com/' languageCode = 'en-us' title = 'REST API Tutorial' uglyURLs = true @@ -13,7 +13,7 @@ home = [ "HTML", "RSS", "JSON"] [[menu.shortcuts]] name = " GitHub repo" identifier = "ds" -url = "https://github.com/McShelby/hugo-theme-relearn" +url = "https://github.com/tfredrich/RestApiTutorial.com" weight = 10 [[menu.shortcuts]] @@ -22,7 +22,7 @@ url = "tags/" weight = 40 [params] - editURL = "https://github.com/McShelby/hugo-theme-relearn/edit/main/exampleSite/content/" + editURL = "https://github.com/tfredrich/RestApiTutorial.com/edit/hugo-refactor/content/" description = "Learn REST API Design" author = "Todd Fredrich" collapsibleMenu = true diff --git a/content/_index.md b/content/_index.md index cb8d02a..700faee 100644 --- a/content/_index.md +++ b/content/_index.md @@ -5,5 +5,7 @@ Keyword-rich introductory content goes here. ## Get Started 1. Click the arrow in the upper-right corner to progress to the next section or -2. Use the left-hand menu to begin with [Chapter 1. The Basics](/basics.html) +1. Begin with [Part 1. The Basics](/basics.html) +1. Use the left-hand navigation menu to choose a topic. +1. Use the hamburger menu to open the table of contents for the displayed page.