Skip to content

Commit c98ffbd

Browse files
authored
Fix 200 OK links
1 parent cb6656e commit c98ffbd

File tree

1 file changed

+3
-3
lines changed
  • content/operate/rs/references/rest-api/requests/services

1 file changed

+3
-3
lines changed

content/operate/rs/references/rest-api/requests/services/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Possible `status` values:
7575

7676
| Code | Description |
7777
|------|-------------|
78-
| [200 OK](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1) | No error |
78+
| [200 OK](https://www.rfc-editor.org/rfc/rfc9110.html#name-200-ok) | No error |
7979

8080
## Modify local services {#post-local-services}
8181

@@ -142,7 +142,7 @@ Returns a JSON object that shows whether the operation ran successfully or faile
142142

143143
| Code | Description |
144144
|------|-------------|
145-
| [200 OK](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1) | No error. |
145+
| [200 OK](https://www.rfc-editor.org/rfc/rfc9110.html#name-200-ok) | No error. |
146146

147147
## Apply cluster-wide service changes {#post-services}
148148

@@ -209,4 +209,4 @@ Returns a JSON object that shows whether the operation ran successfully or faile
209209

210210
| Code | Description |
211211
|------|-------------|
212-
| [200 OK](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1) | No error. |
212+
| [200 OK](https://www.rfc-editor.org/rfc/rfc9110.html#name-200-ok) | No error. |

0 commit comments

Comments
 (0)