Commit b9e903be authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'docs-aqualls-fix-warnings' into 'master'

Fix minor Kramdown warnings

See merge request gitlab-org/gitlab!44811
parents 2abba683 243156fe
......@@ -24,7 +24,7 @@ Cron scheduling uses a series of five numbers, separated by spaces:
# * * * * * <command to execute>
```
[Source: [Wikipedia](https://en.wikipedia.org/wiki/Cron)]
(Source: [Wikipedia](https://en.wikipedia.org/wiki/Cron))
In cron syntax, the asterisk (`*`) means 'every,' so the following cron strings
are valid:
......
......@@ -89,7 +89,7 @@ Alternatively, if there is also no email address, the project creator is set as
User assignment by username is under development and not ready for production use. It is
deployed behind a feature flag that is **disabled by default**.
[GitLab administrators with access to the GitLab Rails console](<replace with path to>/administration/feature_flags.md)
[GitLab administrators with access to the GitLab Rails console](../../../administration/feature_flags.md)
can enable it.
To enable it:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment