Skip to content

Commit 004e787

Browse files
authored
Fix broken link in Application page
1 parent 5b0c02e commit 004e787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ app.Listen("127.0.0.1:8080")
271271
```
272272
{% endcode %}
273273

274-
To enable **TLS/HTTPS** you can append a **\*\*\[**TLS config\*\*\]\([https://golang.org/pkg/crypto/tls/\#Config](https://golang.org/pkg/crypto/tls/#Config)\).
274+
To enable **TLS/HTTPS** you can append a **[TLS config](https://golang.org/pkg/crypto/tls/#Config)**.
275275

276276
{% code title="Example" %}
277277
```go

0 commit comments

Comments
 (0)