diff --git a/.github/vale/styles/Viam/AbbreviationsPeriods.yml b/.github/vale/styles/Viam/AbbreviationsPeriods.yml index 4ca408556d..b5064a2725 100644 --- a/.github/vale/styles/Viam/AbbreviationsPeriods.yml +++ b/.github/vale/styles/Viam/AbbreviationsPeriods.yml @@ -1,7 +1,7 @@ # Based on: https://github.com/errata-ai/Google/blob/master/Google/Periods.yml extends: existence message: "Don't use periods with acronyms or initialisms such as '%s'." -link: 'https://docs.rackspace.com/docs/style-guide/style/abbreviations' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/abbreviations.rst' level: warning nonword: true tokens: diff --git a/.github/vale/styles/Viam/Adverbs.yml b/.github/vale/styles/Viam/Adverbs.yml index ae116b99aa..55bb65a927 100644 --- a/.github/vale/styles/Viam/Adverbs.yml +++ b/.github/vale/styles/Viam/Adverbs.yml @@ -1,6 +1,6 @@ extends: existence message: "You can remove most adverbs. Use your best judgment." -link: 'https://docs.rackspace.com/docs/style-guide/writing/write-clear-concise-sentences-paragraphs/' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/writing/write-clear-concise-sentences-paragraphs.rst' level: suggestion ignorecase: true scope: sentence diff --git a/.github/vale/styles/Viam/Antecedents.yml b/.github/vale/styles/Viam/Antecedents.yml index 1110b668fc..73348d4812 100644 --- a/.github/vale/styles/Viam/Antecedents.yml +++ b/.github/vale/styles/Viam/Antecedents.yml @@ -1,6 +1,6 @@ extends: existence message: "Avoid using the antecedent '%s' at the beginning of sentences or clauses." -link: 'https://docs.rackspace.com/docs/style-guide/writing/use-pronouns-carefully/' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/writing/use-pronouns-carefully.rst' level: suggestion ignorecase: false scope: sentence diff --git a/.github/vale/styles/Viam/Avoid.yml b/.github/vale/styles/Viam/Avoid.yml index 2d1e3d3967..2100c8c7e9 100644 --- a/.github/vale/styles/Viam/Avoid.yml +++ b/.github/vale/styles/Viam/Avoid.yml @@ -1,6 +1,6 @@ extends: existence message: "Don't use '%s'." -link: 'https://docs.rackspace.com/docs/style-guide/terminology/alphabetical-terms' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/terminology/alphabetical-terms.rst' ignorecase: true level: warning tokens: diff --git a/.github/vale/styles/Viam/AvoidAccessible.yml b/.github/vale/styles/Viam/AvoidAccessible.yml index 213639eb08..6da656497a 100644 --- a/.github/vale/styles/Viam/AvoidAccessible.yml +++ b/.github/vale/styles/Viam/AvoidAccessible.yml @@ -1,6 +1,6 @@ extends: existence message: "Use accessible only to refer to things that all people, including those with disabilities, can easily use. Don’t use it to mean simple or open." -link: 'https://docs.rackspace.com/docs/style-guide/terminology/alphabetical-terms' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/terminology/alphabetical-terms.rst' level: warning ignorecase: false nonword: false diff --git a/.github/vale/styles/Viam/AvoidFirstPerson.yml b/.github/vale/styles/Viam/AvoidFirstPerson.yml index 6e91028978..b4d5df601e 100644 --- a/.github/vale/styles/Viam/AvoidFirstPerson.yml +++ b/.github/vale/styles/Viam/AvoidFirstPerson.yml @@ -2,7 +2,7 @@ extends: existence message: "Avoid first-person pronouns such as '%s' where possible." -link: 'https://docs.rackspace.com/docs/style-guide/writing/write-to-the-user/' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/writing/write-to-the-user.rst' ignorecase: true level: warning nonword: true diff --git a/.github/vale/styles/Viam/AvoidFutureTense.yml b/.github/vale/styles/Viam/AvoidFutureTense.yml index 0c10b9d5ae..e14f600085 100644 --- a/.github/vale/styles/Viam/AvoidFutureTense.yml +++ b/.github/vale/styles/Viam/AvoidFutureTense.yml @@ -3,7 +3,7 @@ extends: existence message: 'Avoid using future tense where possible.' ignorecase: true level: warning -link: 'https://docs.rackspace.com/docs/style-guide/writing/use-present-tense/' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/writing/use-present-tense.rst' raw: - "(going to( |\n|[[:punct:]])[a-zA-Z]*|" - "will( |\n|[[:punct:]])[a-zA-Z]*|" diff --git a/.github/vale/styles/Viam/AvoidObscure.yml b/.github/vale/styles/Viam/AvoidObscure.yml index 830ec70b69..8c29a596c8 100644 --- a/.github/vale/styles/Viam/AvoidObscure.yml +++ b/.github/vale/styles/Viam/AvoidObscure.yml @@ -1,6 +1,6 @@ extends: substitution message: "Use '%s' instead of '%s'." -link: 'https://docs.rackspace.com/docs/style-guide/terminology/general-term-guidelines/avoid-obscure-words' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/terminology/general-term-guidelines/avoid-obscure-words.rst' level: error ignorecase: true action: diff --git a/.github/vale/styles/Viam/AvoidPastTense.yml b/.github/vale/styles/Viam/AvoidPastTense.yml index 9ca518c435..9a4c3dc62a 100644 --- a/.github/vale/styles/Viam/AvoidPastTense.yml +++ b/.github/vale/styles/Viam/AvoidPastTense.yml @@ -2,7 +2,7 @@ extends: existence message: 'Avoid using past tense where possible: "%s".' ignorecase: true level: warning -link: 'https://docs.rackspace.com/docs/style-guide/writing/use-present-tense/' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/writing/use-present-tense.rst' scope: sentence tokens: - abode diff --git a/.github/vale/styles/Viam/AvoidSubjunctive.yml b/.github/vale/styles/Viam/AvoidSubjunctive.yml index a501cf0f0a..98ed488613 100644 --- a/.github/vale/styles/Viam/AvoidSubjunctive.yml +++ b/.github/vale/styles/Viam/AvoidSubjunctive.yml @@ -1,6 +1,6 @@ extends: existence message: "Avoid the subjuntive '%s'." -link: 'https://docs.rackspace.com/docs/style-guide/writing/write-to-the-user/' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/writing/write-to-the-user.rst' ignorecase: true level: warning scope: sentence diff --git a/.github/vale/styles/Viam/AvoidSupported.yml b/.github/vale/styles/Viam/AvoidSupported.yml index 56a6d4f227..dac1833f93 100644 --- a/.github/vale/styles/Viam/AvoidSupported.yml +++ b/.github/vale/styles/Viam/AvoidSupported.yml @@ -1,7 +1,7 @@ extends: existence message: "Avoid making claims as to supported software unless we are tracking how this software evolves." -link: 'https://docs.rackspace.com/docs/style-guide/terminology/alphabetical-terms' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/terminology/alphabetical-terms.rst' level: suggestion ignorecase: false nonword: true diff --git a/.github/vale/styles/Viam/AvoidWithSubstitution.yml b/.github/vale/styles/Viam/AvoidWithSubstitution.yml index d7894444ef..a4cc7273ff 100644 --- a/.github/vale/styles/Viam/AvoidWithSubstitution.yml +++ b/.github/vale/styles/Viam/AvoidWithSubstitution.yml @@ -1,6 +1,6 @@ extends: substitution message: "Consider if '%s' makes sense instead of '%s'." -link: 'https://docs.rackspace.com/docs/style-guide/terminology/alphabetical-terms' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/terminology/alphabetical-terms.rst' level: suggestion ignorecase: true action: diff --git a/.github/vale/styles/Viam/Careful.yml b/.github/vale/styles/Viam/Careful.yml index 00647abd46..4f0ea62409 100644 --- a/.github/vale/styles/Viam/Careful.yml +++ b/.github/vale/styles/Viam/Careful.yml @@ -1,6 +1,6 @@ extends: existence message: "Verify your usage of '%s' with the Alphabetical List of Terms in the style guide." -link: 'https://docs.rackspace.com/docs/style-guide/terminology/alphabetical-terms' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/terminology/alphabetical-terms.rst' level: suggestion ignorecase: true tokens: diff --git a/.github/vale/styles/Viam/CommaOxford.yml b/.github/vale/styles/Viam/CommaOxford.yml index 3638278570..3a0ef6fe26 100644 --- a/.github/vale/styles/Viam/CommaOxford.yml +++ b/.github/vale/styles/Viam/CommaOxford.yml @@ -2,7 +2,7 @@ extends: existence message: "Use the Oxford comma in '%s'." -link: 'https://docs.rackspace.com/docs/style-guide/style/punctuation#commas' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/punctuation#commas.rst' level: suggestion nonword: true tokens: diff --git a/.github/vale/styles/Viam/CommaQuotation.yml b/.github/vale/styles/Viam/CommaQuotation.yml index 8a28619420..c3f35014b2 100644 --- a/.github/vale/styles/Viam/CommaQuotation.yml +++ b/.github/vale/styles/Viam/CommaQuotation.yml @@ -1,6 +1,6 @@ extends: existence message: "When a comma is required after a quotation that’s embedded in text, place the comma inside the closing quotation mark." -link: 'https://docs.rackspace.com/docs/style-guide/style/punctuation#commas' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/punctuation#commas.rst' level: error scope: text nonword: true diff --git a/.github/vale/styles/Viam/CommaRestrictiveClause.yml b/.github/vale/styles/Viam/CommaRestrictiveClause.yml index 64c40c85b8..c5c54aa4bd 100644 --- a/.github/vale/styles/Viam/CommaRestrictiveClause.yml +++ b/.github/vale/styles/Viam/CommaRestrictiveClause.yml @@ -1,6 +1,6 @@ extends: existence message: "Don’t use a comma to set off a restrictive clause (one that begins with that)." -link: 'https://docs.rackspace.com/docs/style-guide/style/punctuation#commas' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/punctuation#commas.rst' ignorecase: true level: suggestion nonword: true diff --git a/.github/vale/styles/Viam/ConciseTerms.yml b/.github/vale/styles/Viam/ConciseTerms.yml index 015ab71a47..636b354ea5 100644 --- a/.github/vale/styles/Viam/ConciseTerms.yml +++ b/.github/vale/styles/Viam/ConciseTerms.yml @@ -1,6 +1,6 @@ extends: substitution message: "'%s' is preferred over '%s'." -link: 'https://docs.rackspace.com/docs/style-guide/terminology/concise-terms#concise-terms' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/terminology/concise-terms#concise-terms.rst' level: suggestion ignorecase: false action: diff --git a/.github/vale/styles/Viam/ConsistencyEarlierLater.yml b/.github/vale/styles/Viam/ConsistencyEarlierLater.yml index 9426e21848..cd7eae5366 100644 --- a/.github/vale/styles/Viam/ConsistencyEarlierLater.yml +++ b/.github/vale/styles/Viam/ConsistencyEarlierLater.yml @@ -1,6 +1,6 @@ extends: existence message: "To refer to product releases, use earlier or later." -link: 'https://docs.rackspace.com/docs/style-guide/terminology/general-term-guidelines/use-consistent-time-references' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/terminology/general-term-guidelines/use-consistent-time-references.rst' nonword: false level: suggestion tokens: diff --git a/.github/vale/styles/Viam/ConsistencyFollowingPreceding.yml b/.github/vale/styles/Viam/ConsistencyFollowingPreceding.yml index 81cf16018f..bc985a8820 100644 --- a/.github/vale/styles/Viam/ConsistencyFollowingPreceding.yml +++ b/.github/vale/styles/Viam/ConsistencyFollowingPreceding.yml @@ -1,6 +1,6 @@ extends: existence message: "If you can't use specific references, use following or preceding to reference an item in text or copy." -link: 'https://docs.rackspace.com/docs/style-guide/terminology/general-term-guidelines/use-consistent-time-references' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/terminology/general-term-guidelines/use-consistent-time-references.rst' nonword: false level: suggestion tokens: diff --git a/.github/vale/styles/Viam/Contractions.yml b/.github/vale/styles/Viam/Contractions.yml index 93f5685c87..3503d2cc4b 100644 --- a/.github/vale/styles/Viam/Contractions.yml +++ b/.github/vale/styles/Viam/Contractions.yml @@ -1,6 +1,6 @@ extends: substitution message: "Feel free to use '%s' instead of '%s'." -link: 'https://docs.rackspace.com/docs/style-guide/style/contractions' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/contractions.rst' level: suggestion ignorecase: true action: diff --git a/.github/vale/styles/Viam/ContractionsNegative.yml b/.github/vale/styles/Viam/ContractionsNegative.yml index 8a9af1d6ee..ee59f46ec2 100644 --- a/.github/vale/styles/Viam/ContractionsNegative.yml +++ b/.github/vale/styles/Viam/ContractionsNegative.yml @@ -1,7 +1,7 @@ extends: substitution message: "Feel free to use '%s' instead of '%s', unless you mean to emphasize the negative." -link: 'https://docs.rackspace.com/docs/style-guide/style/contractions' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/contractions.rst' level: suggestion ignorecase: true action: diff --git a/.github/vale/styles/Viam/Dashes.yml b/.github/vale/styles/Viam/Dashes.yml index 54e35022b8..1edc43f83b 100644 --- a/.github/vale/styles/Viam/Dashes.yml +++ b/.github/vale/styles/Viam/Dashes.yml @@ -1,7 +1,7 @@ # Based on: https://github.com/errata-ai/Google/blob/master/Google/EnDash.yml extends: existence message: "Use an em dash ('—') instead of '–' unless this is a compound word." -link: 'https://docs.rackspace.com/docs/style-guide/style/punctuation#dashes' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/punctuation#dashes.rst' nonword: true level: suggestion action: diff --git a/.github/vale/styles/Viam/DashesSpaces.yml b/.github/vale/styles/Viam/DashesSpaces.yml index 0f67a87751..f782d493bc 100644 --- a/.github/vale/styles/Viam/DashesSpaces.yml +++ b/.github/vale/styles/Viam/DashesSpaces.yml @@ -1,7 +1,7 @@ # Based on: https://github.com/errata-ai/Microsoft/blob/master/Microsoft/Dashes.yml extends: existence message: "Remove whitespace around '%s'." -link: 'https://docs.rackspace.com/docs/style-guide/style/punctuation#dashes' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/punctuation#dashes.rst' ignorecase: true scope: sentence nonword: true diff --git a/.github/vale/styles/Viam/Dates.yml b/.github/vale/styles/Viam/Dates.yml index b537c5a7f4..5246f8ba77 100644 --- a/.github/vale/styles/Viam/Dates.yml +++ b/.github/vale/styles/Viam/Dates.yml @@ -1,7 +1,7 @@ # Based on: https://github.com/errata-ai/Microsoft/blob/master/Microsoft/DateFormat.yml extends: existence message: "Unless space is limited, use 'November 12, 2010' format, not '%s'." -link: 'https://docs.rackspace.com/docs/style-guide/style/dates' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/dates.rst' ignorecase: true level: error nonword: true diff --git a/.github/vale/styles/Viam/DatesCommaMDY.yml b/.github/vale/styles/Viam/DatesCommaMDY.yml index 09efcf6a9f..bb9662838c 100644 --- a/.github/vale/styles/Viam/DatesCommaMDY.yml +++ b/.github/vale/styles/Viam/DatesCommaMDY.yml @@ -1,6 +1,6 @@ extends: existence message: "Use a comma before and after the year '%s' when the month, day, and year are embedded in a sentence." -link: 'https://docs.rackspace.com/docs/style-guide/style/dates' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/dates.rst' ignorecase: true level: error nonword: true diff --git a/.github/vale/styles/Viam/DatesCommaMY.yml b/.github/vale/styles/Viam/DatesCommaMY.yml index 772377800c..69f0399f43 100644 --- a/.github/vale/styles/Viam/DatesCommaMY.yml +++ b/.github/vale/styles/Viam/DatesCommaMY.yml @@ -2,7 +2,7 @@ extends: existence message: "Do not use a comma before and after the year '%s' when only the month and year are embedded in a sentence unless the syntax would ordinarily require a comma following the year." -link: 'https://docs.rackspace.com/docs/style-guide/style/dates' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/dates.rst' ignorecase: true level: warning nonword: true diff --git a/.github/vale/styles/Viam/DatesOrdinal.yml b/.github/vale/styles/Viam/DatesOrdinal.yml index a2b2a7b778..06ee36b5b3 100644 --- a/.github/vale/styles/Viam/DatesOrdinal.yml +++ b/.github/vale/styles/Viam/DatesOrdinal.yml @@ -1,6 +1,6 @@ extends: existence message: "Spell out all ordinal numbers ('%s'). For example, don’t use January 1st; use January 1 instead." -link: 'https://docs.rackspace.com/docs/style-guide/style/dates' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/dates.rst' level: error nonword: true tokens: diff --git a/.github/vale/styles/Viam/DomainNames.yml b/.github/vale/styles/Viam/DomainNames.yml index c88f892d96..f5e9d8143d 100644 --- a/.github/vale/styles/Viam/DomainNames.yml +++ b/.github/vale/styles/Viam/DomainNames.yml @@ -1,7 +1,7 @@ extends: conditional message: "Use *.example.com or *.example.org in example domain names instead of '%s'." -link: 'https://docs.rackspace.com/docs/style-guide/style/email-addresses' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/email-addresses.rst' level: suggestion ignorecase: false # This is a hack to allow us to make use of exceptions. diff --git a/.github/vale/styles/Viam/Email.yml b/.github/vale/styles/Viam/Email.yml index bdee7512f2..c4af88a2bf 100644 --- a/.github/vale/styles/Viam/Email.yml +++ b/.github/vale/styles/Viam/Email.yml @@ -1,7 +1,7 @@ extends: conditional message: "Use @example.com or @example.org as the domain name for example email addresses instead of '%s'." -link: 'https://docs.rackspace.com/docs/style-guide/style/email-addresses' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/email-addresses.rst' level: suggestion ignorecase: false # This is a hack to allow us to make use of exceptions. diff --git a/.github/vale/styles/Viam/GlobalAudienceIdioms.yml b/.github/vale/styles/Viam/GlobalAudienceIdioms.yml index 79ce21eef2..4202537d2e 100644 --- a/.github/vale/styles/Viam/GlobalAudienceIdioms.yml +++ b/.github/vale/styles/Viam/GlobalAudienceIdioms.yml @@ -1,6 +1,6 @@ extends: substitution message: "Use '%s' instead of the idiom/colloquialism '%s'." -link: 'https://docs.rackspace.com/docs/style-guide/terminology/terms-for-global-audience#don-t-use-idioms-or-colloquialisms' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/terminology/terms-for-global-audience#don-t-use-idioms-or-colloquialisms.rst' level: suggestion ignorecase: true action: diff --git a/.github/vale/styles/Viam/GlobalAudienceJargon.yml b/.github/vale/styles/Viam/GlobalAudienceJargon.yml index a07f7296f8..f9a39414e4 100644 --- a/.github/vale/styles/Viam/GlobalAudienceJargon.yml +++ b/.github/vale/styles/Viam/GlobalAudienceJargon.yml @@ -1,6 +1,6 @@ extends: substitution message: "Consider using '%s' instead of the jargon '%s'." -link: 'https://docs.rackspace.com/docs/style-guide/terminology/terms-for-global-audience#use-jargon-carefully' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/terminology/terms-for-global-audience#use-jargon-carefully.rst' level: suggestion ignorecase: true action: diff --git a/.github/vale/styles/Viam/GlobalAudienceMetaphorical.yml b/.github/vale/styles/Viam/GlobalAudienceMetaphorical.yml index bbf6d275c0..9f695d6c4a 100644 --- a/.github/vale/styles/Viam/GlobalAudienceMetaphorical.yml +++ b/.github/vale/styles/Viam/GlobalAudienceMetaphorical.yml @@ -1,6 +1,6 @@ extends: substitution message: "Use '%s' instead of the metaphor '%s'." -link: 'https://docs.rackspace.com/docs/style-guide/terminology/terms-for-global-audience#avoid-metaphorical-terms' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/terminology/terms-for-global-audience#avoid-metaphorical-terms.rst' level: suggestion ignorecase: true action: diff --git a/.github/vale/styles/Viam/IPAdresses.yml b/.github/vale/styles/Viam/IPAdresses.yml index b74b44e5a8..749c468678 100644 --- a/.github/vale/styles/Viam/IPAdresses.yml +++ b/.github/vale/styles/Viam/IPAdresses.yml @@ -1,6 +1,6 @@ extends: conditional message: "If you need to show an example IP address like '%s', don’t use one that is or might be assigned to an actual host. Use an address that’s globally defined for documentation." -link: 'https://docs.rackspace.com/docs/style-guide/style/ip-addresses' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/ip-addresses.rst' level: suggestion ignorecase: false # This is a hack to allow us to make use of exceptions. diff --git a/.github/vale/styles/Viam/IPv4.yml b/.github/vale/styles/Viam/IPv4.yml index dace7cd8de..9e2c199f47 100644 --- a/.github/vale/styles/Viam/IPv4.yml +++ b/.github/vale/styles/Viam/IPv4.yml @@ -1,6 +1,6 @@ extends: existence message: "IPv4 addresses should use periods (.) as separators ('%s')." -link: 'https://docs.rackspace.com/docs/style-guide/style/ip-addresses' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/ip-addresses.rst' level: error nonword: true tokens: diff --git a/.github/vale/styles/Viam/IPv6.yml b/.github/vale/styles/Viam/IPv6.yml index 20c9c69c6d..d31d19aefd 100644 --- a/.github/vale/styles/Viam/IPv6.yml +++ b/.github/vale/styles/Viam/IPv6.yml @@ -1,6 +1,6 @@ extends: existence message: "IPv6 addresses should use colons (:) as separators ('%s')." -link: 'https://docs.rackspace.com/docs/style-guide/style/ip-addresses' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/ip-addresses.rst' level: error nonword: true tokens: diff --git a/.github/vale/styles/Viam/Interjections.yml b/.github/vale/styles/Viam/Interjections.yml index 8bdb123806..a300a75987 100644 --- a/.github/vale/styles/Viam/Interjections.yml +++ b/.github/vale/styles/Viam/Interjections.yml @@ -2,7 +2,7 @@ extends: existence message: "Use interjections with care." -link: 'https://docs.rackspace.com/docs/style-guide/writing/use-interjections-with-care/' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/writing/use-interjections-with-care.rst' nonword: true level: warning tokens: diff --git a/.github/vale/styles/Viam/NegativeWords.yml b/.github/vale/styles/Viam/NegativeWords.yml index 69656aa4b1..fe7bf8beb9 100644 --- a/.github/vale/styles/Viam/NegativeWords.yml +++ b/.github/vale/styles/Viam/NegativeWords.yml @@ -1,6 +1,6 @@ extends: substitution message: "Use '%s' instead of the negative word '%s'." -link: 'https://docs.rackspace.com/docs/style-guide/writing/use-positive-statements' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/writing/use-positive-statements.rst' level: warning ignorecase: true action: diff --git a/.github/vale/styles/Viam/NoContractions.yml b/.github/vale/styles/Viam/NoContractions.yml index 895f54e392..6ca11dc1f9 100644 --- a/.github/vale/styles/Viam/NoContractions.yml +++ b/.github/vale/styles/Viam/NoContractions.yml @@ -1,6 +1,6 @@ extends: substitution message: "Use %s instead of the contraction '%s' to avoid confustion." -link: 'https://docs.rackspace.com/docs/style-guide/style/contractions' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/contractions.rst' level: suggestion ignorecase: true action: diff --git a/.github/vale/styles/Viam/Numbers.yml b/.github/vale/styles/Viam/Numbers.yml index 64c4cf55cd..fe72120658 100644 --- a/.github/vale/styles/Viam/Numbers.yml +++ b/.github/vale/styles/Viam/Numbers.yml @@ -2,7 +2,7 @@ extends: existence message: "Spell out numbers like '%s' from zero through nine unless the numers are as displayed or need to be input, are followed by a unit, or indicate dimensions or time." -link: 'https://docs.rackspace.com/docs/style-guide/style/numbers' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/numbers.rst' ignorecase: true scope: sentence level: suggestion diff --git a/.github/vale/styles/Viam/NumbersCommas.yml b/.github/vale/styles/Viam/NumbersCommas.yml index 28da60bf4b..62af65047f 100644 --- a/.github/vale/styles/Viam/NumbersCommas.yml +++ b/.github/vale/styles/Viam/NumbersCommas.yml @@ -2,7 +2,7 @@ extends: existence message: "Use commas in '%s' unless it is an address, a fractional part of a decimal number, a page number, or a literal representation of a user-entered or displayed value." -link: 'https://docs.rackspace.com/docs/style-guide/style/numbers' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/numbers.rst' ignorecase: true level: suggestion scope: sentence diff --git a/.github/vale/styles/Viam/NumbersRanges.yml b/.github/vale/styles/Viam/NumbersRanges.yml index efdaf0973d..9e05c961aa 100644 --- a/.github/vale/styles/Viam/NumbersRanges.yml +++ b/.github/vale/styles/Viam/NumbersRanges.yml @@ -1,7 +1,7 @@ extends: existence message: "Unless space is limited use either 'from 10 to 20 diagrams' or 'between 2010 and 2020' instead of '%s'." -link: 'https://docs.rackspace.com/docs/style-guide/style/numbers' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/numbers.rst' ignorecase: true level: warning scope: sentence diff --git a/.github/vale/styles/Viam/NumbersThrough.yml b/.github/vale/styles/Viam/NumbersThrough.yml index 724b61e38a..baa6bab6f4 100644 --- a/.github/vale/styles/Viam/NumbersThrough.yml +++ b/.github/vale/styles/Viam/NumbersThrough.yml @@ -1,6 +1,6 @@ extends: existence message: "Don’t use the word inclusive in your description ('%s')." -link: 'https://docs.rackspace.com/docs/style-guide/style/numbers' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/numbers.rst' ignorecase: true level: warning nonword: true diff --git a/.github/vale/styles/Viam/PhoneNumbers.yml b/.github/vale/styles/Viam/PhoneNumbers.yml index 4b3257663f..609837a9c8 100644 --- a/.github/vale/styles/Viam/PhoneNumbers.yml +++ b/.github/vale/styles/Viam/PhoneNumbers.yml @@ -2,7 +2,7 @@ extends: existence message: "Use a space, not a dash or parentheses, to separate parts of the telephone number. Precede phone numbers with the applicable country code ('%s')." -link: 'https://docs.rackspace.com/docs/style-guide/style/telephone-numbers' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/telephone-numbers.rst' nonword: true level: suggestion tokens: diff --git a/.github/vale/styles/Viam/PluralsPossibility.yml b/.github/vale/styles/Viam/PluralsPossibility.yml index 085c0cf53c..b7bb71cbe0 100644 --- a/.github/vale/styles/Viam/PluralsPossibility.yml +++ b/.github/vale/styles/Viam/PluralsPossibility.yml @@ -4,7 +4,7 @@ indicate the possibility of more than one item, and don’t combine the singular and plural forms of a verb, such as is/are. Use the singular form or the plural form, use both forms joined by a conjunction, or use the phrase one or more." -link: 'https://docs.rackspace.com/docs/style-guide/style/plurals' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/plurals.rst' ignorecase: false level: error nonword: true diff --git a/.github/vale/styles/Viam/PositiveStatements.yml b/.github/vale/styles/Viam/PositiveStatements.yml index e006dc1fa1..2a4a9efb45 100644 --- a/.github/vale/styles/Viam/PositiveStatements.yml +++ b/.github/vale/styles/Viam/PositiveStatements.yml @@ -1,6 +1,6 @@ extends: existence message: "Avoid negative statements where possible ('%s')." -link: 'https://docs.rackspace.com/docs/style-guide/writing/use-positive-statements' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/writing/use-positive-statements.rst' ignorecase: true level: suggestion nonword: true diff --git a/.github/vale/styles/Viam/Semicolons.yml b/.github/vale/styles/Viam/Semicolons.yml index f7acd74182..52f628d9cd 100644 --- a/.github/vale/styles/Viam/Semicolons.yml +++ b/.github/vale/styles/Viam/Semicolons.yml @@ -1,6 +1,6 @@ extends: existence message: "Avoid using semicolons, which are often misused and, even when used correctly, can make sentences longer and more difficult to understand." -link: 'https://docs.rackspace.com/docs/style-guide/writing/use-correct-punctuation' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/writing/use-correct-punctuation.rst' nonword: true level: suggestion tokens: diff --git a/.github/vale/styles/Viam/SentenceLength.yml b/.github/vale/styles/Viam/SentenceLength.yml index a077731324..e885101ac1 100644 --- a/.github/vale/styles/Viam/SentenceLength.yml +++ b/.github/vale/styles/Viam/SentenceLength.yml @@ -1,6 +1,6 @@ extends: occurrence message: "Try to keep sentences short (< 25 words)." -link: 'https://docs.rackspace.com/docs/style-guide/writing/write-clear-concise-sentences-paragraphs' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/writing/write-clear-concise-sentences-paragraphs.rst' scope: sentence level: suggestion max: 25 diff --git a/.github/vale/styles/Viam/Slashes.yml b/.github/vale/styles/Viam/Slashes.yml index f2bd0812fa..ef8400bffa 100644 --- a/.github/vale/styles/Viam/Slashes.yml +++ b/.github/vale/styles/Viam/Slashes.yml @@ -2,7 +2,7 @@ extends: conditional message: "Don’t use a slash mark (/) to present a choice among, or a series of, actions or objects ('%s'). Rewrite the phrase to eliminate the slash mark." -link: 'https://docs.rackspace.com/docs/style-guide/style/punctuation' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/punctuation.rst' level: suggestion ignorecase: true # This is a hack to allow us to make use of exceptions. diff --git a/.github/vale/styles/Viam/Time12AM12PM.yml b/.github/vale/styles/Viam/Time12AM12PM.yml index 3b653b5057..8cecd009da 100644 --- a/.github/vale/styles/Viam/Time12AM12PM.yml +++ b/.github/vale/styles/Viam/Time12AM12PM.yml @@ -1,7 +1,7 @@ extends: existence message: When referring to 12 AM, use 12 midnight or just midnight. When referring to 12 PM, use 12 noon or just noon ('%s'). -link: 'https://docs.rackspace.com/docs/style-guide/style/time' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/time.rst' level: error nonword: true tokens: diff --git a/.github/vale/styles/Viam/Time24h2Digits.yml b/.github/vale/styles/Viam/Time24h2Digits.yml index e13b4f116a..43dd485b26 100644 --- a/.github/vale/styles/Viam/Time24h2Digits.yml +++ b/.github/vale/styles/Viam/Time24h2Digits.yml @@ -1,7 +1,7 @@ extends: existence message: Show the hours, minutes, and seconds with two digits each, even if the leading digit is 0 ('%s'). -link: 'https://docs.rackspace.com/docs/style-guide/style/time' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/time.rst' level: error nonword: true tokens: diff --git a/.github/vale/styles/Viam/Time24hTimeZone.yml b/.github/vale/styles/Viam/Time24hTimeZone.yml index 932305b391..ac4df79678 100644 --- a/.github/vale/styles/Viam/Time24hTimeZone.yml +++ b/.github/vale/styles/Viam/Time24hTimeZone.yml @@ -1,6 +1,6 @@ extends: existence message: If you need to show a time zone ('%s'), use Coordinated Universal Time (UTC), and indicate the time-zone offset from UTC. -link: 'https://docs.rackspace.com/docs/style-guide/style/time' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/time.rst' level: error nonword: true tokens: diff --git a/.github/vale/styles/Viam/TimeAMPM.yml b/.github/vale/styles/Viam/TimeAMPM.yml index 93eeb26a1f..ea5891715c 100644 --- a/.github/vale/styles/Viam/TimeAMPM.yml +++ b/.github/vale/styles/Viam/TimeAMPM.yml @@ -4,7 +4,7 @@ extends: existence message: Use uppercase letters for abbreviations of ante meridiem (AM) and post meridiem (PM). Separate these abbreviations from the time with a space. Do not use periods in the abbreviations. ('%s') -link: 'https://docs.rackspace.com/docs/style-guide/style/time' +link: 'https://github.com/rackerlabs/docs-style-guide/blob/master/style-guide/style/time.rst' level: error nonword: true tokens: