Skip to content

Commit 39a3859

Browse files
committed
chore(db): move redirect role to docs/db/README.md
Signed-off-by: Vitor Vasconcellos <[email protected]>
1 parent 60f849e commit 39a3859

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ cascade:
55
github_subdir: docs
66
path_base_for_github_subdir: tmp/semconv/docs/
77
github_project_repo: *repo
8-
redirects:
9-
- { from: 'attributes-registry/*', to: 'registry/attributes/:splat' }
10-
- { from: 'database/*', to: 'db/:splat' }
8+
redirects: [{ from: 'attributes-registry/*', to: 'registry/attributes/:splat' }]
119
cSpell:ignore: semconv CICD
1210
auto_gen: below
1311
linkTitle: Semantic conventions

docs/db/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!--- Hugo front matter used to generate the website version of this page:
22
linkTitle: Database
3+
redirects: [{ from: 'database/*', to: 'db/:splat' }]
34
--->
45

56
# Semantic conventions for database calls and systems

0 commit comments

Comments
 (0)