1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Merge branch 'main' of github.com:github/docs-internal into github-ae-release-notes

This commit is contained in:
Sarah Schneider
2021-05-26 09:45:44 -04:00
291 changed files with 6132 additions and 28210 deletions

View File

@@ -20,7 +20,7 @@ describe('redirects', () => {
test('page.redirects is an array', async () => {
const page = await Page.init({
relativePath: 'github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches.md',
relativePath: 'github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches.md',
basePath: path.join(__dirname, '../../content'),
languageCode: 'en'
})