Updating Git URLs

This commit is contained in:
Todd Fredrich
2023-01-21 12:05:55 -07:00
parent 99760ce0f3
commit a70e9aa78e
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
baseURL = 'http://restapitutorial.org/' baseURL = 'http://restapitutorial.com/'
languageCode = 'en-us' languageCode = 'en-us'
title = 'REST API Tutorial' title = 'REST API Tutorial'
uglyURLs = true uglyURLs = true
@ -13,7 +13,7 @@ home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]] [[menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub repo" name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
identifier = "ds" identifier = "ds"
url = "https://github.com/McShelby/hugo-theme-relearn" url = "https://github.com/tfredrich/RestApiTutorial.com"
weight = 10 weight = 10
[[menu.shortcuts]] [[menu.shortcuts]]
@ -22,7 +22,7 @@ url = "tags/"
weight = 40 weight = 40
[params] [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" description = "Learn REST API Design"
author = "Todd Fredrich" author = "Todd Fredrich"
collapsibleMenu = true collapsibleMenu = true

View File

@ -5,5 +5,7 @@ Keyword-rich introductory content goes here.
## Get Started ## Get Started
1. Click the arrow in the upper-right corner to progress to the next section or 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.