Skip to content

Commit 2756153

Browse files
rename master branch to main
1 parent 7b444a7 commit 2756153

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Trivadis published their guidelines for PL/SQL & SQL in 2009 in the context
88

99
HTML is the primary output format. [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) is used to generate static HTML files and [Mike](https://github.com/jimporter/mike) to publish version specific variants. The following sites are available:
1010

11-
* [Current version based on the master branch, snapshot version of the coming release](https://trivadis.github.io/plsql-and-sql-coding-guidelines/master/)
11+
* [Current version based on the main branch, snapshot version of the coming release](https://trivadis.github.io/plsql-and-sql-coding-guidelines/main/)
1212
* [Latest Release](https://trivadis.github.io/plsql-and-sql-coding-guidelines/)
1313
* Releases
1414
* [Version 3.6](https://trivadis.github.io/plsql-and-sql-coding-guidelines/v3.6/)
@@ -20,7 +20,7 @@ HTML is the primary output format. [Material for MkDocs](https://squidfunk.githu
2020

2121
PDF is the secondary output format. [wkhtmltopdf](https://wkhtmltopdf.org/) is used to produce it.
2222

23-
Starting with version 3.5 you may access the PDF document from the [appendix in the HTML site](https://trivadis.github.io/plsql-and-sql-coding-guidelines/master/9-appendix/appendix/).
23+
Starting with version 3.5 you may access the PDF document from the [appendix in the HTML site](https://trivadis.github.io/plsql-and-sql-coding-guidelines/main/9-appendix/appendix/).
2424

2525
The PDF version is also accessible per version from [Releases](https://github.com/Trivadis/plsql-and-sql-coding-guidelines/releases).
2626

@@ -59,9 +59,9 @@ Please file your bug reports, enhancement requests, questions and other support
5959
* Test the HTML site locally
6060
run `./serve.sh` and open [http://localhost:8000](http://localhost:8000)
6161
* Deploy HTML site
62-
run `./mike.sh deploy master`.
62+
run `./mike.sh deploy main`.
6363
* Set default version (HTML redirect)
64-
run `./mike.sh set-default master`.
64+
run `./mike.sh set-default main`.
6565
6. `commit` changes and `push` all branches.
6666

6767
## Related Resources

0 commit comments

Comments
 (0)