Skip to content

Commit a687c39

Browse files
committed
lint
1 parent 2aa1347 commit a687c39

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

script/update-internal-links.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)