Skip to content

Commit 4c2d99c

Browse files
committed
docs: fix markdown links in analytics docs
(cherry picked from commit 95adf11)
1 parent 60fecde commit 4c2d99c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/design/analytics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ simplicity it should remain unique across all CLI commands. The dimension is the
1414
`x-user-analytics` field in the `schema.json` files.
1515

1616
### Adding dimension or metic.
17-
1. Create the dimension or metric in (https://analytics.google.com/)[Google Analytics] first. These are not tracked if they aren't
17+
1. Create the dimension or metric in [Google Analytics](https://analytics.google.com/) first. These are not tracked if they aren't
1818
defined in Google Analytics.
1919
1. Use the ID of the dimension as the `x-user-analytics` value in the `schema.json` file.
20-
1. New dimension and metrics PRs need to be approved by the tooling lead and require a new (http://go/launch)[Launch].
20+
1. New dimension and metrics PRs need to be approved by the tooling lead and require a new [Launch](http://go/launch).
2121

2222
### Deleting a dimension or metic.
23-
1. Archive the dimension and metric in (https://analytics.google.com/)[Google Analytics].
23+
1. Archive the dimension and metric in [Google Analytics](https://analytics.google.com/).
2424

2525

2626
**DO NOT ADD `x-user-analytics` FOR VALUES THAT ARE USER IDENTIFIABLE (PII), FOR EXAMPLE A

0 commit comments

Comments
 (0)