Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 0a122ac

Browse files
committed
fix broken links
1 parent d13a24d commit 0a122ac

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

cypress/e2e/broken-links.cy.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ const IGNORED_URLS = [
2727
'https://www.gutenberg.org/cache/epub/42671/pg42671.txt',
2828
'https://stackoverflow.com/help/minimal-reproducible-example',
2929
'https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks',
30+
'https://jwt.io',
31+
'https://portal.azure.com',
3032
]
3133

3234
const isExternalUrl = (url: string) => {

docs/architecture/services.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ classDef edgeLabel line-height:2;
143143

144144
## 4. Code
145145

146-
**Developers** write application code that implements handlers for the [api](/apis), [storage](/storage), [websocket](/websockets), [topic](/topics), [schedule](/schedule) resources. This code is written in files that matches the pattern(s) in the nitric.yaml file.
146+
**Developers** write application code that implements handlers for the [api](/apis), [storage](/storage), [websocket](/websockets), [topic](/messaging#topics), [schedule](/schedules) resources. This code is written in files that matches the pattern(s) in the nitric.yaml file.
147147

148148
### Nitric service configuration - nitric.yaml
149149

docs/architecture/websockets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ sequenceDiagram
123123

124124
## 4. Code
125125

126-
**Developers** write application code that uses the [WebSocket resource](/websocket) from the SDK and implement backend logic to handle WebSocket connections, messages, and disconnections.
126+
**Developers** write application code that uses the [WebSocket resource](/websockets) from the SDK and implement backend logic to handle WebSocket connections, messages, and disconnections.
127127

128128
SDK Reference by language -
129129

0 commit comments

Comments
 (0)