aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar MarcoFalke <falke.marco@gmail.com>2021-05-04 16:19:08 +0200
committerGravatar GitHub <noreply@github.com>2021-05-04 15:19:08 +0100
commitd73251e6fe87de1b7e6c69679455c4c6e3ab4bbf (patch)
tree9a89564aaa09c10742614e67b2758ea8135b5d41 /docs
parent4256f45a32f2a4c5d776d492d15f2e1b5c2f8d0d (diff)
docs: Fix syntax error typo (#5710)
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started/new_project_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/new_project_guide.md b/docs/getting-started/new_project_guide.md
index 1414eb32..cd99e917 100644
--- a/docs/getting-started/new_project_guide.md
+++ b/docs/getting-started/new_project_guide.md
@@ -70,7 +70,7 @@ Once the template configuration files are created, you can modify them to fit yo
**Note:** We prefer that you keep and maintain [fuzz targets]({{ site.baseurl }}/reference/glossary/#fuzz-target) in your own source code repository. If this isn't possible, you can store them inside the OSS-Fuzz project directory you created.
-## project.yaml {projectyaml}
+## project.yaml {#projectyaml}
This configuration file stores project metadata. The following attributes are supported: