Skip to content

Commit c41319b

Browse files
authored
Fix broken anchor links in changelog (#2171)
1 parent 5c0766e commit c41319b

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

_specifications/lsp/3.17/specification.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -849,17 +849,17 @@ Decided to skip this version to bring the protocol version number in sync the wi
849849

850850
* [extensible completion item and symbol kinds](https://github.com/Microsoft/language-server-protocol/issues/129)
851851

852-
#### <a href="version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
852+
#### <a href="#version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
853853

854854
* Added support for `CompletionContext`
855855
* Added support for `MarkupContent`
856856
* Removed old New and Updated markers.
857857

858-
#### <a href="version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
858+
#### <a href="#version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
859859

860860
* Added optional `commitCharacters` property to the `CompletionItem`
861861

862-
#### <a href="version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
862+
#### <a href="#version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
863863

864864
* Make the `WorkspaceEdit` changes backwards compatible.
865865
* Updated the specification to correctly describe the breaking changes from 2.x to 3.x around `WorkspaceEdit`and `TextDocumentEdit`.

_specifications/lsp/3.18/specification.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -865,17 +865,17 @@ Decided to skip this version to bring the protocol version number in sync the wi
865865

866866
* [extensible completion item and symbol kinds](https://github.com/Microsoft/language-server-protocol/issues/129)
867867

868-
#### <a href="version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
868+
#### <a href="#version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
869869

870870
* Added support for `CompletionContext`
871871
* Added support for `MarkupContent`
872872
* Removed old New and Updated markers.
873873

874-
#### <a href="version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
874+
#### <a href="#version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
875875

876876
* Added optional `commitCharacters` property to the `CompletionItem`
877877

878-
#### <a href="version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
878+
#### <a href="#version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
879879

880880
* Make the `WorkspaceEdit` changes backwards compatible.
881881
* Updated the specification to correctly describe the breaking changes from 2.x to 3.x around `WorkspaceEdit`and `TextDocumentEdit`.

_specifications/specification-3-14.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4436,17 +4436,17 @@ Decided to skip this version to bring the protocol version number in sync the wi
44364436

44374437
* [extensible completion item and symbol kinds](https://github.com/Microsoft/language-server-protocol/issues/129)
44384438

4439-
#### <a href="version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
4439+
#### <a href="#version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
44404440

44414441
* Added support for `CompletionContext`
44424442
* Added support for `MarkupContent`
44434443
* Removed old New and Updated markers.
44444444

4445-
#### <a href="version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
4445+
#### <a href="#version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
44464446

44474447
* Added optional `commitCharacters` property to the `CompletionItem`
44484448

4449-
#### <a href="version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
4449+
#### <a href="#version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
44504450

44514451
* Make the `WorkspaceEdit` changes backwards compatible.
44524452
* Updated the specification to correctly describe the breaking changes from 2.x to 3.x around `WorkspaceEdit`and `TextDocumentEdit`.

_specifications/specification-3-15.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5872,17 +5872,17 @@ Decided to skip this version to bring the protocol version number in sync the wi
58725872

58735873
* [extensible completion item and symbol kinds](https://github.com/Microsoft/language-server-protocol/issues/129)
58745874

5875-
#### <a href="version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
5875+
#### <a href="#version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
58765876

58775877
* Added support for `CompletionContext`
58785878
* Added support for `MarkupContent`
58795879
* Removed old New and Updated markers.
58805880

5881-
#### <a href="version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
5881+
#### <a href="#version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
58825882

58835883
* Added optional `commitCharacters` property to the `CompletionItem`
58845884

5885-
#### <a href="version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
5885+
#### <a href="#version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
58865886

58875887
* Make the `WorkspaceEdit` changes backwards compatible.
58885888
* Updated the specification to correctly describe the breaking changes from 2.x to 3.x around `WorkspaceEdit`and `TextDocumentEdit`.

_specifications/specification-3-16.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8258,17 +8258,17 @@ Decided to skip this version to bring the protocol version number in sync the wi
82588258

82598259
* [extensible completion item and symbol kinds](https://github.com/Microsoft/language-server-protocol/issues/129)
82608260

8261-
#### <a href="version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
8261+
#### <a href="#version_3_3_0" name="version_3_3_0" class="anchor">3.3.0 (11/24/2017)</a>
82628262

82638263
* Added support for `CompletionContext`
82648264
* Added support for `MarkupContent`
82658265
* Removed old New and Updated markers.
82668266

8267-
#### <a href="version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
8267+
#### <a href="#version_3_2_0" name="version_3_2_0" class="anchor">3.2.0 (09/26/2017)</a>
82688268

82698269
* Added optional `commitCharacters` property to the `CompletionItem`
82708270

8271-
#### <a href="version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
8271+
#### <a href="#version_3_1_0" name="version_3_1_0" class="anchor">3.1.0 (02/28/2017)</a>
82728272

82738273
* Make the `WorkspaceEdit` changes backwards compatible.
82748274
* Updated the specification to correctly describe the breaking changes from 2.x to 3.x around `WorkspaceEdit`and `TextDocumentEdit`.

0 commit comments

Comments
 (0)