Skip to content

Commit ec869cc

Browse files
committed
fix imports in README
1 parent c5d04c2 commit ec869cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/templates/README.template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ endpoint restrictions, placeholders, flexible configuration
6767
Get the latest version of the `docker-compose.yaml` file:
6868

6969
```yaml
70-
{{{ #://docs-src/getting-started/examples/docker-compose.yaml }}}
70+
{{{ #://docs/getting-started/examples/docker-compose.yaml }}}
7171
```
7272

7373
And add secure Token(s) to `api.tokens`. See [API TOKENs](#api-tokens).
@@ -164,7 +164,7 @@ To change the internal config file location set `CONFIG_PATH` in your **Environm
164164
This example config shows all of the individual settings that can be applied:
165165

166166
```yaml
167-
{{{ #://docs-src/configuration/examples/config.yml }}}
167+
{{{ #://docs/configuration/examples/config.yml }}}
168168
```
169169

170170
#### Token Configs
@@ -176,7 +176,7 @@ This way you can permission tokens by further restricting or adding [Endpoints](
176176
Here is an example:
177177

178178
```yaml
179-
{{{ #://docs-src/configuration/examples/token.yml }}}
179+
{{{ #://docs/configuration/examples/token.yml }}}
180180
```
181181

182182
### Templating
@@ -192,7 +192,7 @@ Go's templating library is used in the following features:
192192
This makes advanced [Message Templates](#message-templates) like this one possible:
193193

194194
```yaml
195-
{{{ #://docs-src/configuration/examples/message-template.yml }}}
195+
{{{ #://docs/configuration/examples/message-template.yml }}}
196196
```
197197

198198
### API Tokens

0 commit comments

Comments
 (0)