Skip to content

Commit e446fb6

Browse files
author
Juan Carlos Mejías Rodríguez
authored
Fix relative links in docs
1 parent 41fb0f2 commit e446fb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,21 +116,21 @@ Preparing stack JSON...
116116
Creating stack mystack...
117117
```
118118

119-
Verbose mode can be enabled through [VERBOSE_MODE envvar](#with-envvars) or [-v flag](with-flags).
119+
Verbose mode can be enabled through [VERBOSE_MODE envvar](#with-envvars) or [-v flag](#with-flags).
120120

121121
### Debug mode
122122

123123
In debug mode the script prints as much information as possible to help diagnosing a malfunction.
124124

125125
**WARNING**: Debug mode will print configuration values (with Portainer credentials) and Portainer API responses (with sensitive information like authentication token and stacks environment variables). Avoid using debug mode in CI/CD pipelines, as pipeline logs are usually recorded.
126126

127-
Debug mode can be enabled through [DEBUG_MODE envvar](#with-envvars) or [-d flag](with-flags).
127+
Debug mode can be enabled through [DEBUG_MODE envvar](#with-envvars) or [-d flag](#with-flags).
128128

129129
### Strict mode
130130

131131
In strict mode the script never updates an existent stack nor removes an unexistent one, and instead exits with an error.
132132

133-
Strict mode can be enabled through [STRICT_MODE envvar](#with-envvars) or [-t flag](with-flags).
133+
Strict mode can be enabled through [STRICT_MODE envvar](#with-envvars) or [-t flag](#with-flags).
134134

135135
## License
136136

0 commit comments

Comments
 (0)