Skip to content

Commit 752f1c6

Browse files
committed
fix: patch up broken links
1 parent db29b5b commit 752f1c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/learn/basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Once you are in your application root, you can run the app using the `serve` com
7575
php leaf serve
7676
```
7777

78-
Your app is now running! Open <a href="http://localhost:5500" target="_blank" rel="noreferrer">http://localhost:5500</a> in your browser.
78+
Your app is now running! Open `http://localhost:5500` in your browser.
7979

8080
## Building your first app
8181

src/learn/mvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ cd my-app
5454
php leaf serve
5555
```
5656

57-
Your app is now running! Open <a href="http://localhost:5500" target="_blank" rel="noreferrer">http://localhost:5500</a> in your browser.
57+
Your app is now running! Open `http://localhost:5500` in your browser.
5858

5959
## Project Structure
6060

0 commit comments

Comments
 (0)