You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- [](https://github.com/highlightjs/highlight.js/commits/master) -->
21
+
<!-- [](https://github.com/highlightjs/highlight.js/commits/main) -->
@@ -35,11 +35,11 @@ Version 10 is one of the biggest releases in quite some time. If you're
35
35
upgrading from version 9, there are some breaking changes and things you may
36
36
want to double check first.
37
37
38
-
Please read [VERSION_10_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_UPGRADE.md) for high-level summary of breaking changes and any actions you may need to take. See [VERSION_10_BREAKING_CHANGES.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_BREAKING_CHANGES.md) for a more detailed list and [CHANGES.md](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md) to learn what else is new.
38
+
Please read [VERSION_10_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/main/VERSION_10_UPGRADE.md) for high-level summary of breaking changes and any actions you may need to take. See [VERSION_10_BREAKING_CHANGES.md](https://github.com/highlightjs/highlight.js/blob/main/VERSION_10_BREAKING_CHANGES.md) for a more detailed list and [CHANGES.md](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md) to learn what else is new.
39
39
40
40
##### Support for older versions
41
41
42
-
Please see [SECURITY.md](https://github.com/highlightjs/highlight.js/blob/master/SECURITY.md) for support information.
42
+
Please see [SECURITY.md](https://github.com/highlightjs/highlight.js/blob/main/SECURITY.md) for support information.
Copy file name to clipboardexpand all lines: SECURITY.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Due to both time and resource constrains the Highlight.js core team only fully s
8
8
| :-----: | :-: | :------ |
9
9
| 10.6.0 |:white_check_mark: :closed_lock_with_key:| The 10.x series recieves regular updates, new features & bug fixes. |
10
10
| <= 10.4.0 |:x:| Known vulnerabities. *Please upgrade to a more recent 10.x release.*|
11
-
| 9.18.5 |:x:|[EOL](https://github.com/highlightjs/highlight.js/issues/2877). No longer supported. See [VERSION_10_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_UPGRADE.md). |
11
+
| 9.18.5 |:x:|[EOL](https://github.com/highlightjs/highlight.js/issues/2877). No longer supported. See [VERSION_10_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/main/VERSION_10_UPGRADE.md). |
12
12
| <= 9.18.3 |:x:| No longer supported. Known vulnerabities. |
Copy file name to clipboardexpand all lines: VERSION_10_UPGRADE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ We tried to squeeze in as many as we could this time so that after 10.0 ships we
9
9
10
10
*IE, if there it could possibly break things for anyone, it's typically a breaking change.* The fact is a vast majority of users should upgrade and probably not notice any changes at all.
11
11
12
-
See [VERSION_10_BREAKING_CHANGES.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_BREAKING_CHANGES.md) for a comprehensive list of breaking changes, but here is a summary... if you use:
12
+
See [VERSION_10_BREAKING_CHANGES.md](https://github.com/highlightjs/highlight.js/blob/main/VERSION_10_BREAKING_CHANGES.md) for a comprehensive list of breaking changes, but here is a summary... if you use:
13
13
14
14
### Core highlight.js lib on the client (with no extra CDN languages)
Copy file name to clipboardexpand all lines: docs/css-classes-reference.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -180,4 +180,4 @@ If you'd like to help out with the larger issue here:
180
180
Language names and aliases
181
181
--------------------------
182
182
183
-
The language names and aliases table has moved to `SUPPORTED_LANGUAGES.md <https://github.com/highlightjs/highlight.js/blob/master/SUPPORTED_LANGUAGES.md>`_.
183
+
The language names and aliases table has moved to `SUPPORTED_LANGUAGES.md <https://github.com/highlightjs/highlight.js/blob/main/SUPPORTED_LANGUAGES.md>`_.
Copy file name to clipboardexpand all lines: docs/language-guide.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ Illegal symbols are defined using a single regular expression:
275
275
Pre-defined modes and regular expressions
276
276
-----------------------------------------
277
277
278
-
Many languages share common modes and regular expressions. These expressions are defined in `lib/modes.js <https://github.com/highlightjs/highlight.js/blob/master/src/lib/modes.js>`_ and should be used whenever possible.
278
+
Many languages share common modes and regular expressions. These expressions are defined in `lib/modes.js <https://github.com/highlightjs/highlight.js/blob/main/src/lib/modes.js>`_ and should be used whenever possible.
Copy file name to clipboardexpand all lines: docs/maintainers-guide.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Commit policy
7
7
8
8
* Pull requests from outside contributors require a review from a maintainer.
9
9
10
-
* Maintainers should avoid working on a master branch directly and create branches for everything. A code review from another maintainer is recommended but not required, use your best judgment.
10
+
* Maintainers should avoid working on a main branch directly and create branches for everything. A code review from another maintainer is recommended but not required, use your best judgment.
11
11
12
12
13
13
@@ -16,7 +16,7 @@ Release process
16
16
17
17
Releases (minor) typically happen on a 6-week schedule.
18
18
19
-
For major/minor releases you'll be releasing from ``master``. For patch releases you'll be releasing from a stable branch, such as ``10-stable``. This allows ongoing development of new features to continue in isolation (in master) without those changes leaking into patch releases (which should focus only on fixing breaking changes).
19
+
For major/minor releases you'll be releasing from ``main``. For patch releases you'll be releasing from a stable branch, such as ``10-stable``. This allows ongoing development of new features to continue in isolation (in main) without those changes leaking into patch releases (which should focus only on fixing breaking changes).
20
20
21
21
The goal being that minor version series always get more stable over time and that patch releases do not add features.
0 commit comments