From 30ab5a07a1ccdad8dda38ea02c52ceb5a43d4600 Mon Sep 17 00:00:00 2001 From: David Joy Date: Tue, 6 Apr 2021 10:16:18 -0400 Subject: [PATCH] doc: Fixing README links. The links for proctored exam settings and pages and resources were incorrect - both needed a prefix of `course/` and pages & resources should end with `pages-and-resources` --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e670c394e..4e3b35f59 100644 --- a/README.rst +++ b/README.rst @@ -29,8 +29,8 @@ The dev server is running at `http://localhost:2001 `_. If your devstack includes the default Demo course, you can visit the following URLs to see content: -- `Proctored Exam Settings `_ -- `Pages and Resources `_ (work in progress) +- `Proctored Exam Settings `_ +- `Pages and Resources `_ (work in progress) Production Build ----------------