Skip to content

Commit d8a417a

Browse files
committed
fix some links
1 parent 8708a5d commit d8a417a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Userspace-level capabilities are defined within a process.
3939
They are issued by that process.
4040
Holders must explictly attach these capabilities to their messages to the issuing process.
4141
The issuer must define the logic that determines what happens if a sender has or does not have a capability.
42-
E.g., the system Contacts app defines capabilities [here](https://github.com/hyperware-ai/hyperdrive/blob/main/hyperware/packages/contacts/api/contacts%3Asys-v0.wit#L2-L7) and the logic that allows/disallows access given a sender's capabilities [here](https://github.com/hyperware-ai/hyperdrive/blob/main/hyperware/packages/contacts/contacts/src/lib.rs#L291-L314).
42+
E.g., the system Contacts app defines capabilities [here](https://github.com/hyperware-ai/hyperdrive/blob/main/hyperdrive/packages/contacts/api/contacts%3Asys-v0.wit#L2-L7) and the logic that allows/disallows access given a sender's capabilities [here](https://github.com/hyperware-ai/hyperdrive/blob/main/hyperdrive/packages/contacts/contacts/src/lib.rs#L291-L314).
4343

4444
## Inherit
4545

src/kit/run-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The interface is defined as:
158158

159159

160160
```wit
161-
{{#webinclude https://raw.githubusercontent.com/hyperware-ai/hyperdrive/main/hyperware/packages/tester/api/tester%3Asys-v0.wit}}
161+
{{#webinclude https://raw.githubusercontent.com/hyperware-ai/hyperdrive/main/hyperdrive/packages/tester/api/tester%3Asys-v0.wit}}
162162
```
163163

164164
A `run` `request` starts the test.

src/system/process/wit_apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ cat chat/api/*
9595
```
9696

9797
Here, `chat-template-dot-os-v0` is the `test/` package `world`.
98-
It `import`s types from `interface`s defined in two other WIT files: the top-level `chat` as well as [`tester`](https://github.com/hyperware-ai/hyperdrive/blob/main/hyperware/packages/tester/api/tester%3Asys-v0.wit).
98+
It `import`s types from `interface`s defined in two other WIT files: the top-level `chat` as well as [`tester`](https://github.com/hyperware-ai/hyperdrive/blob/main/hyperdrive/packages/tester/api/tester%3Asys-v0.wit).

0 commit comments

Comments
 (0)