Skip to content

Commit ae761a2

Browse files
committed
add / in new url
1 parent 5c0ee38 commit ae761a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simple-redirects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const docsDir = './content/docs';
77
const pagesDir = './content/pages';
88
const kbDir = './content/knowledge-base/articles';
99
const pageskbDir = './content/pages/knowledge-base/articles';
10-
const newSiteUrl = 'https://docs.cloud.gov';
10+
const newSiteUrl = 'https://docs.cloud.gov/content';
1111

1212
// output file
1313
const outputFile = './_data/redirects.json';

0 commit comments

Comments
 (0)