Skip to content

Commit a6b1d2e

Browse files
committed
docs: Addressing PR comments
Signed-off-by: Lucas Fontes <lucas@cosmonic.com>
1 parent 4a78cb2 commit a6b1d2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# go.bytecodealliance.org Vanity URLs
1+
# go.bytecodealliance.org Go import paths
22

33
This directory hosts the configuration for Go vanity URLs under `go.bytecodealliance.org` domain.
44

@@ -8,8 +8,8 @@ More information about vanity URLs can be found in the [Go documentation](https:
88

99
If you want to create a vanity URL `go.bytecodealliance.org/foo` pointing to `github.com/bytecodealliance/go-foo`:
1010

11-
- Create directory `foo`
12-
- Create file `foo/index.html` with the following content:
11+
- Create directory `docs/foo`
12+
- Create file `docs/foo/index.html` with the following content:
1313

1414
```html
1515
<html>
@@ -19,4 +19,4 @@ If you want to create a vanity URL `go.bytecodealliance.org/foo` pointing to `gi
1919
</html>
2020
```
2121

22-
NOTE: Vanity URLs must be unique and not shadow existing package names in this repository. For ex: Creating a vanity URL `go.bytecodealliance.org/cm` would shadow the `cm` package in this repository.
22+
NOTE: Vanity URLs must be unique and not shadow existing package names in this repository. For example: Creating a vanity URL `go.bytecodealliance.org/cm` would shadow the `cm` package in this repository.

0 commit comments

Comments
 (0)