Skip to content

Commit 6fe48ca

Browse files
committed
add links to quickstart guide
1 parent eb4b43d commit 6fe48ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Guides/docs.docc/Quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The `unidoc-preview` tool is an ordinary SwiftPM executable product. You can bui
5252
swift run -c release unidoc-preview
5353
```
5454

55-
The `unidoc-preview` tool will start a web server on `http://localhost:8080`.
55+
The `unidoc-preview` tool will start a web server on [`http://localhost:8080`](http://localhost:8080).
5656

5757
@Image(source: "Start page.png", alt: "Start page") {
5858
> The `unidoc-preview` start page.
@@ -64,7 +64,7 @@ Generate local documentation using the `unidoc-build local` subcommand. To start
6464

6565
@Code(file: load-standard-library.sh, title: load-standard-library.sh)
6666

67-
You should be able to view the symbol graph and its documentation at `http://localhost:8080/tags/swift`.
67+
You should be able to view the symbol graph and its documentation at [`http://localhost:8080/tags/swift`](http://localhost:8080/tags/swift).
6868

6969
@Image(source: "Standard library tags.png", alt: "Standard library") {
7070
> The standard library documentation. We generated it using the default Xcode toolchain, so it’s labeled `__Xcode`.
@@ -87,7 +87,7 @@ Generating documentation for a package is similar to generating documentation fo
8787
swift run -c release unidoc-build local swift-collections -I ..
8888
```
8989

90-
You should be able to view the symbol graph and its documentation at `http://localhost:8080/tags/swift-collections`.
90+
You should be able to view the symbol graph and its documentation at [`http://localhost:8080/tags/swift-collections`](http://localhost:8080/tags/swift-collections).
9191

9292
@Image(source: "Swift Collections tags.png", alt: "Swift Collections") {
9393
> The `swift-collections` documentation.

0 commit comments

Comments
 (0)