Skip to content

Commit 1e480b7

Browse files
fix: markdown formatting error (#2104)
* fix: markdown formatting error * fix: mermaid url
1 parent 3ed0ff6 commit 1e480b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/getting-started/_common/ory-cli.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ import Mermaid from "@site/src/theme/Mermaid"
3838
<Mermaid
3939
chart={props.isTunnel ?
4040
`graph LR
41-
B(Browser) -->|GET http://localhost:4000| T(Ory Tunnel)
41+
B(Browser) -->|GET localhost:4000| T(Ory Tunnel)
4242
T -->|Response| B
4343
T <-->|mirrors| API(Ory's APIs)
44-
B -->|GET http://localhost:3000| A(Your App)
44+
B -->|GET localhost:3000| A(Your App)
4545
A-->|Response|B
4646
` :
4747
`graph LR
48-
B(Browser) -->|GET http://localhost:4000| P(Ory Proxy)
48+
B(Browser) -->|GET localhost:4000| P(Ory Proxy)
4949
P <-->|mirrors at /.ory/| API(Ory's APIs)
50-
P -->|GET http://localhost:3000| A(Your App)
50+
P -->|GET localhost:3000| A(Your App)
5151
A-->|Response|P
5252
P-->|Response|B
5353
`}

0 commit comments

Comments
 (0)