diff --git a/packages/nuxt/src/utils/__snapshots__/update-gitignore.spec.ts.snap b/packages/nuxt/src/utils/__snapshots__/update-gitignore.spec.ts.snap index dc94e921f0..e404a5f101 100644 --- a/packages/nuxt/src/utils/__snapshots__/update-gitignore.spec.ts.snap +++ b/packages/nuxt/src/utils/__snapshots__/update-gitignore.spec.ts.snap @@ -2,7 +2,7 @@ exports[`update gitignore should add entries to .gitignore if they do not exist 1`] = ` " -# See http://help.github.com/ignore-files/ for more about ignoring files. +# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files. # compiled output dist @@ -32,7 +32,7 @@ node_modules exports[`update gitignore should not add duplicate entries to .gitignore if they already exist 1`] = ` " -# See http://help.github.com/ignore-files/ for more about ignoring files. +# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files. # compiled output dist diff --git a/packages/nuxt/src/utils/update-gitignore.spec.ts b/packages/nuxt/src/utils/update-gitignore.spec.ts index 9f10f4f3ee..34e68171a1 100644 --- a/packages/nuxt/src/utils/update-gitignore.spec.ts +++ b/packages/nuxt/src/utils/update-gitignore.spec.ts @@ -13,7 +13,7 @@ describe('update gitignore', () => { tree.write( '.gitignore', ` -# See http://help.github.com/ignore-files/ for more about ignoring files. +# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files. # compiled output dist @@ -44,7 +44,7 @@ node_modules tree.write( '.gitignore', ` -# See http://help.github.com/ignore-files/ for more about ignoring files. +# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files. # compiled output dist diff --git a/packages/workspace/src/generators/new/files-integrated-repo/__dot__gitignore b/packages/workspace/src/generators/new/files-integrated-repo/__dot__gitignore index ccbf37187c..68a8e969fb 100644 --- a/packages/workspace/src/generators/new/files-integrated-repo/__dot__gitignore +++ b/packages/workspace/src/generators/new/files-integrated-repo/__dot__gitignore @@ -1,4 +1,4 @@ -# See http://help.github.com/ignore-files/ for more about ignoring files. +# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files. # compiled output dist diff --git a/packages/workspace/src/generators/new/files-package-based-repo/__dot__gitignore b/packages/workspace/src/generators/new/files-package-based-repo/__dot__gitignore index ccbf37187c..68a8e969fb 100644 --- a/packages/workspace/src/generators/new/files-package-based-repo/__dot__gitignore +++ b/packages/workspace/src/generators/new/files-package-based-repo/__dot__gitignore @@ -1,4 +1,4 @@ -# See http://help.github.com/ignore-files/ for more about ignoring files. +# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files. # compiled output dist diff --git a/packages/workspace/src/generators/new/files-root-app/__dot__gitignore b/packages/workspace/src/generators/new/files-root-app/__dot__gitignore index ccbf37187c..68a8e969fb 100644 --- a/packages/workspace/src/generators/new/files-root-app/__dot__gitignore +++ b/packages/workspace/src/generators/new/files-root-app/__dot__gitignore @@ -1,4 +1,4 @@ -# See http://help.github.com/ignore-files/ for more about ignoring files. +# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files. # compiled output dist