Skip to content

Commit

Permalink
fix url without link
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Mar 16, 2023
1 parent 88b6f5f commit 3792de9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ cd my-website
npm run start
```

By default, a browser window will open at http://localhost:3000.
By default, a browser window will open at [http://localhost:3000](http://localhost:3000).

Congratulations! You have just created your first Docusaurus site! Browse around the site to see what's available.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-2.0.1/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ cd my-website
npm run start
```

By default, a browser window will open at http://localhost:3000.
By default, a browser window will open at [http://localhost:3000](http://localhost:3000).

Congratulations! You have just created your first Docusaurus site! Browse around the site to see what's available.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-2.1.0/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ cd my-website
npm run start
```

By default, a browser window will open at http://localhost:3000.
By default, a browser window will open at [http://localhost:3000](http://localhost:3000).

Congratulations! You have just created your first Docusaurus site! Browse around the site to see what's available.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-2.2.0/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ cd my-website
npm run start
```

By default, a browser window will open at http://localhost:3000.
By default, a browser window will open at [http://localhost:3000](http://localhost:3000).

Congratulations! You have just created your first Docusaurus site! Browse around the site to see what's available.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-2.3.1/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ cd my-website
npm run start
```

By default, a browser window will open at http://localhost:3000.
By default, a browser window will open at [http://localhost:3000](http://localhost:3000).

Congratulations! You have just created your first Docusaurus site! Browse around the site to see what's available.

Expand Down

0 comments on commit 3792de9

Please sign in to comment.