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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Trivadis published their guidelines for PL/SQL & SQL in 2009 in the context
8
8
9
9
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:
10
10
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/)
@@ -20,7 +20,7 @@ HTML is the primary output format. [Material for MkDocs](https://squidfunk.githu
20
20
21
21
PDF is the secondary output format. [wkhtmltopdf](https://wkhtmltopdf.org/) is used to produce it.
22
22
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/).
24
24
25
25
The PDF version is also accessible per version from [Releases](https://github.com/Trivadis/plsql-and-sql-coding-guidelines/releases).
26
26
@@ -59,9 +59,9 @@ Please file your bug reports, enhancement requests, questions and other support
59
59
* Test the HTML site locally
60
60
run `./serve.sh` and open [http://localhost:8000](http://localhost:8000)
0 commit comments