File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ const allFiles = walkFiles('content').concat(walkFiles('data'))
2626//
2727// Run this script to find internal links in all content and data Markdown files, check if either the title or link
2828// (or both) are outdated, and automatically update them if so.
29- //
29+ //
3030// Exceptions:
31- // * Links with fragments (e.g., [Bar](/foo#bar)) will get their root links updated if necessary, but the fragment
31+ // * Links with fragments (e.g., [Bar](/foo#bar)) will get their root links updated if necessary, but the fragment
3232// and title will be unchanged (e.g., [Bar](/noo#bar)).
3333// * Links with hardcoded versions (e.g., [Foo](/enterprise-server/baz)) will get their root links updated if
34- // necessary, but the hardcoded versions will be preserved (e.g., [Foo](/enterprise-server/qux)).
34+ // necessary, but the hardcoded versions will be preserved (e.g., [Foo](/enterprise-server/qux)).
3535// * Links with Liquid in the titles will have their root links updated if necessary, but the titles will be preserved.
3636//
3737// [end-readme]
You can’t perform that action at this time.
0 commit comments