Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix primer links #106

Merged
merged 1 commit into from
Jan 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The specification is structured in two main parts:
dedicated document in the spec.

For an introduction see the [CDEvents README](README.md) and for more background
information please see our [CDEvents primer](/docs/primer).
information please see our [CDEvents primer](https://cdevents.dev/docs/primer/).

## Notations and Terminology

Expand Down Expand Up @@ -190,7 +190,7 @@ defined in the [vocabulary](#vocabulary):
All event types should be prefixed with `dev.cdevents.`. One occurrence may
have multiple events associated, as long as they have different event types.
*Versions* are semantic in the *major.minor.patch* format. For more details about versions
see the the see [versioning](/docs/primer#versioning) documentation.
see the the see [versioning](https://cdevents.dev/docs/primer/#versioning) documentation.

- Constraints:
- REQUIRED
Expand All @@ -211,7 +211,7 @@ defined in the [vocabulary](#vocabulary):
to the same application.

When selecting the format for the source, it may be useful to think about how
clients may use it. Using the [root use cases](/docs/primer#use-cases) as
clients may use it. Using the [root use cases](https://cdevents.dev/docs/primer/#use-cases) as
reference:

- A client may want to react only to events sent by a specific service, like
Expand Down Expand Up @@ -256,7 +256,7 @@ defined in the [vocabulary](#vocabulary):
- Description: The version of the CDEvents specification which the event
uses. This enables the interpretation of the context. Compliant event
producers MUST use a value of `0.1.1` when referring to this version of the
specification. For more details see [versioning](/docs/primer#versioning).
specification. For more details see [versioning](https://cdevents.dev/docs/primer/#versioning).

- Constraints:
- REQUIRED
Expand Down