Skip to content

Commit d18c9c6

Browse files
authored
chore: fix syslist links in docs (#512)
Just happened to click on these to double check the values and noticed the paths had changed.
1 parent 17370fe commit d18c9c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/packaging/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ The available variables are:
117117
| `version` | The version selected by the user. Does not apply when installing a channel. |
118118
| `dest` | The directory where the archive will be extracted.<br/> Defaults to `<hermit-state>/pkg/<pkg-selector>`. |
119119
| `root` | Directory considered the package root. Defaults to `${dest}`.
120-
| `os` | The system's [OS](https://github.com/golang/go/blob/master/src/go/build/syslist.go) as reported by Go. |
121-
| `arch` | The system's [CPU](https://github.com/golang/go/blob/master/src/go/build/syslist.go) architecture as reported by Go. |
120+
| `os` | The system's [OS](https://github.com/golang/go/blob/master/src/internal/syslist/syslist.go) as reported by Go. |
121+
| `arch` | The system's [CPU](https://github.com/golang/go/blob/master/src/internal/syslist/syslist.go) architecture as reported by Go. |
122122
| `xarch` | An alternate mapping of `${arch}` where `amd64`=>`x86_64`, `i386`=>`386`, and `arm64`=>`aarch64`. |
123123
| `HERMIT_ENV` | Path to the active Hermit environment. |
124124
| `HERMIT_BIN` | Path to the active Hermit environment's `bin` directory. |

0 commit comments

Comments
 (0)