Skip to content

Commit b6e5455

Browse files
bpmctjsjoeio
authored andcommitted
fix semver URL
1 parent 3978c39 commit b6e5455

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/MAINTAINING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
34
# Maintaining
45

56
- [Maintaining](#maintaining)
@@ -64,7 +65,7 @@ It also gives us a way to separate the issue triage from bigger-picture, long-te
6465

6566
`<major.minor.patch>`
6667

67-
The code-server project follows traditional [semantic versioning](ttps://semver.org/), with the objective of minimizing major changes that break backward compatibility. We increment the patch level for all releases, except when the upstream Visual Studio Code project increments its minor version or we change the plugin API in a backward-compatible manner. In those cases, we increment the minor version rather than the patch level.
68+
The code-server project follows traditional [semantic versioning](https://semver.org/), with the objective of minimizing major changes that break backward compatibility. We increment the patch level for all releases, except when the upstream Visual Studio Code project increments its minor version or we change the plugin API in a backward-compatible manner. In those cases, we increment the minor version rather than the patch level.
6869

6970
## Pull Requests
7071

0 commit comments

Comments
 (0)