Skip to content

Commit a7738f6

Browse files
Fixes to overview.md and inferencemodel.md (#1281)
* Replace Gateway API with Inference Extension This replaces references regarding Gateway API with references regarding Gateway API Inference Extension (or vice versa, as appropriate) in site-src/gieps/overview.md * Replace spec with x-spec in a link This fixes a link to the reference page for Inference Model.
1 parent 46a100f commit a7738f6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

site-src/api-types/inferencemodel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ An InferenceModel allows the Inference Workload Owner to define:
1616

1717
## Spec
1818

19-
The full spec of the InferenceModel is defined [here](/reference/spec/#inferencemodel).
19+
The full spec of the InferenceModel is defined [here](/reference/x-spec/#inferencemodel).

site-src/gieps/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Gateway Inference Enhancement Proposal (GIEP)
22

33
Gateway Inference Enhancement Proposals (GIEPs) serve a similar purpose to the
4-
[GIEP](https://gateway-api.sigs.k8s.io/GIEPs/overview/) process for the main
4+
[GEP](https://gateway-api.sigs.k8s.io/GEPs/overview/) process for the main
55
Gateway API project:
66

77
1. Ensure that changes to the API follow a known process and discussion in the
@@ -107,17 +107,17 @@ Before creating a GIEP, share your high level idea with the community. There are
107107
several places this may be done:
108108

109109
- A [new GitHub
110-
Discussion](https://github.com/kubernetes-sigs/gateway-api/discussions/new)
111-
- On our [Slack Channel](https://kubernetes.slack.com/archives/CR0H13KGA)
110+
Discussion](https://github.com/kubernetes-sigs/gateway-api-inference-extension/discussions/new)
111+
- On our [Slack Channel](https://kubernetes.slack.com/archives/C08E3RZMT2P)
112112
- On one of our [community
113-
meetings](https://gateway-api.sigs.k8s.io/contributing/?h=meetings#meetings)
113+
meetings](https://gateway-api-inference-extension.sigs.k8s.io/contributing/?h=meetings#meetings)
114114

115115
Please default to GitHub discussions: they work a lot like GitHub issues which
116116
makes them easy to search.
117117

118118
### 2. Create an Issue
119119
[Create a GIEP
120-
issue](https://github.com/kubernetes-sigs/gateway-api/issues/new?assignees=&labels=kind%2Ffeature&template=enhancement.md)
120+
issue](https://github.com/kubernetes-sigs/gateway-api-inference-extension/issues/new)
121121
in the repo describing your change. At this point, you should copy the outcome
122122
of any other conversations or documents into this document.
123123

0 commit comments

Comments
 (0)