Skip to content

Commit ef45a4e

Browse files
Fix link formatting (#189)
1 parent e5196d1 commit ef45a4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ts/elevenlabs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Successfully updated development secret ElevenLabsAPIKey.
3939
encore run
4040
```
4141

42-
While `encore run` is running, open <http://localhost:4000/> to view the ElevenLabs playground frontend.
42+
While `encore run` is running, open [http://localhost:4000](http://localhost:4000) to view the ElevenLabs playground frontend.
4343

4444
You can also access Encore's [local developer dashboard](https://encore.dev/docs/ts/observability/dev-dash) on <http://localhost:9400/> to view traces, API documentation, and more.
4545

ts/url-shortener/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ curl 'http://127.0.0.1:4000/url'
5656

5757
## Open the developer dashboard
5858

59-
While `encore run` is running, open <http://localhost:9400/> to access Encore's [local developer dashboard](https://encore.dev/docs/ts/observability/dev-dash).
59+
While `encore run` is running, open [http://localhost:9400](http://localhost:9400) to access Encore's [local developer dashboard](https://encore.dev/docs/ts/observability/dev-dash).
6060

6161
Here you can see API docs, make requests in the API explorer, and view traces of the responses.
6262

@@ -68,7 +68,7 @@ To see that your app is running, you can ping the API to shorten a url.
6868
curl 'http://localhost:4000/url' -d '{"url":"https://news.ycombinator.com"}'
6969
```
7070

71-
When you ping the API, you will see traces and logs appearing in the local development dashboard: <http://localhost:9400/>
71+
When you ping the API, you will see traces and logs appearing in the local development dashboard: [http://localhost:9400](http://localhost:9400)
7272

7373
## Connecting to databases
7474

0 commit comments

Comments
 (0)