Remove /en slug in docs.github.com links (and stop VSCode from formatting on save) (#2573)

This commit is contained in:
Sean Killeen
2022-09-20 14:35:13 -05:00
committed by GitHub
parent 063e85e4db
commit 05aa951d41
43 changed files with 175 additions and 174 deletions
@@ -12,7 +12,7 @@ namespace Octokit
/// This occurs when GitHub perceives misuse of the API. You may get this if
/// you are polling heavily, creating content rapidly or making concurrent requests.
/// </para>
/// <para>See https://docs.github.com/en/rest/overview/resources-in-the-rest-api#secondary-rate-limits for more details.</para>
/// <para>See https://docs.github.com/rest/overview/resources-in-the-rest-api#secondary-rate-limits for more details.</para>
/// </summary>
[Serializable]
[SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors",