Skip to content

Commit 18e817d

Browse files
authored
Added the missing link to the doc GitHub repo (#93)
Signed-off-by: Hofi <hofione@gmail.com>
2 parents d8e051e + 2fe2db1 commit 18e817d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ skin_switchable: true
1515
disable_disk_cache: true
1616

1717
# NOTE: For proper working of liquid `absolute_url` this must be provided (otherwise construct using it e.g. sitemap plugin, will not work properly)
18-
# For local builds you can use the `jekyll serve --host` param to verride
18+
# For local builds you can use the `jekyll serve --host` param to override
1919
url: https://syslog-ng.github.io
2020

2121
# If you’re publishing on GitHub Pages you should update only your _config.yml as GitHub Pages doesn’t load plugins via Bundler.

doc/_doc-guide/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ id: doc-guide
77
## How to contribute to the documentation
88

99
1. If you do not already have a GitHub account, create one.
10-
2. Fork the repository on GitHub (preferably, from the master branch)
10+
2. [[Fork the repository on GitHub|gh-syslog-ng-doc]] (preferably, from the master branch)
1111
3. Create a branch that will store your contribution, for example, `git checkout -b my-typo-fixes`
1212
4. Find the part of the source that you want to modify. The easiest thing is to search for a specific text using grep, regexxer, or a similar tool.
1313
5. If you modify a file in the `_includes/doc/` directory, it is probably included to multiple parts of the documentation. Make sure that your changes make sense in each context.

0 commit comments

Comments
 (0)