Skip to content

Commit

Permalink
docs: fix broken links to references in homepage (gitlabform#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamirault authored Dec 12, 2023
1 parent 4a368d5 commit aa26e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using hierarchical configuration written in YAML.

### Short and powerful syntax

A lot of features with a little amount of YAML thanks to the [hierarchical configuration with inheritance, merging/overwriting and additivity](configuration_reference/#effective-configuration) .
A lot of features with a little amount of YAML thanks to the [hierarchical configuration with inheritance, merging/overwriting and additivity](reference/#effective-configuration) .
```yaml
projects_and_groups:
# configuration shared by all projects in a group named 'a_group'...
Expand All @@ -32,7 +32,7 @@ projects_and_groups:
### Dynamic features
GitLab introduces new features monthly. You can often use them in GitLabForm without upgrading the app because we [pass some parameters as-is to GitLab APIs with PUT/POST requests](configuration_reference/#raw-parameters-passing).
GitLab introduces new features monthly. You can often use them in GitLabForm without upgrading the app because we [pass some parameters as-is to GitLab APIs with PUT/POST requests](reference/#raw-parameters-passing).
```yaml
projects_and_groups:
a_group/a_project:
Expand Down

0 comments on commit aa26e66

Please sign in to comment.