Skip to content

Commit be87096

Browse files
authored
Merge pull request #63 from jozsefsallai/typo/broken-link
Fix broken link in Application page
2 parents 5b0c02e + 004e787 commit be87096

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)