Skip to content

Commit 92bfad7

Browse files
committed
master -> main
1 parent c5f9d50 commit 92bfad7

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

documentation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727

2828
<div class="row">
2929

30-
{% assign box_title = "Manual of CGAL Master Branch" %}
31-
{% assign box_text = "The latest CGAL documentation pages, updated once a week with the master branch of CGAL on GitHub." %}
30+
{% assign box_title = "Manual of CGAL Main Branch" %}
31+
{% assign box_text = "The latest CGAL documentation pages, updated once a week with the main branch of CGAL on GitHub." %}
3232
{% assign box_image = "images/icons/glyphicons-428-git-pull-request.svg" %}
33-
{% assign box_link = "https://cgal.geometryfactory.com/CGAL/doc/master/Manual/index.html" %}
33+
{% assign box_link = "https://cgal.geometryfactory.com/CGAL/doc/main/Manual/index.html" %}
3434
{% assign box_target_blank = true %}
3535
{% include themes/cgal/box %}
3636

download/linux.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ <h2>Through Github</h2>
4343

4444
<p>Please note that the directory layout and build process of the development version on GitHub
4545
are different from the release version. A basic usage guide is available
46-
on the CGAL project's <a href="https://github.com/CGAL/cgal/blob/master/INSTALL.md">Install.md</a>.</p>
46+
on the CGAL project's <a href="https://github.com/CGAL/cgal/blob/main/INSTALL.md">Install.md</a>.</p>

download/macosx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ <h2>Through Github</h2>
4141

4242
<p>Please note that the directory layout and build process of the development version on GitHub
4343
are different from the release version. A basic usage guide is available
44-
on the CGAL project's <a href="https://github.com/CGAL/cgal/blob/master/INSTALL.md">Install.md</a>.</p>
44+
on the CGAL project's <a href="https://github.com/CGAL/cgal/blob/main/INSTALL.md">Install.md</a>.</p>

download/windows.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ <h2>Through Github</h2>
4040

4141
<p>Please note that the directory layout and build process of the development version on GitHub
4242
are different from the release version. A basic usage guide is available
43-
on the CGAL project's <a href="https://github.com/CGAL/cgal/blob/master/INSTALL.md">Install.md</a>.</p>
43+
on the CGAL project's <a href="https://github.com/CGAL/cgal/blob/main/INSTALL.md">Install.md</a>.</p>

releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<h3>Global changelog</h3>
1111
<p>A global changelog covering all the changes in all CGAL versions can be found
12-
<a href="https://github.com/CGAL/cgal/blob/master/Installation/CHANGES.md">here</a>.</p>
12+
<a href="https://github.com/CGAL/cgal/blob/main/Installation/CHANGES.md">here</a>.</p>
1313

1414
<h3>Releases in reverse chronological order</h3>
1515
<p>Semantic versioning is used to number the CGAL releases: the version of a release is a sequence

0 commit comments

Comments
 (0)