Skip to content

Commit 7f295e3

Browse files
authored
Update tls.md
1 parent 4c28901 commit 7f295e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ displayed_sidebar: docsSidebar
1010
Since `v0.4.0`, GoiPay supports TLS connections to enhance security and ensure encrypted communication between clients and the server.
1111

1212
## Configuration
13-
For more detailed configuration [see this](http://localhost:3000/docs/getting-started/configuration)
13+
For more detailed configuration [see this](/docs/getting-started/configuration)
1414

1515
### TLS Modes
1616
1. **`none`**: No encryption is applied. Communication is sent as plain text.
@@ -50,4 +50,4 @@ const creds = credentials.createSsl(serverCaCert, clientKey, clientCert)
5050
export const userGrpcClient = new UserServiceClient(goipayAddr, creds)
5151
export const invoiceGrpcClient = new InvoiceServiceClient(goipayAddr, creds)
5252
```
53-
[Link to the project](https://github.com/goipay/example)
53+
[Link to the project](https://github.com/goipay/example)

0 commit comments

Comments
 (0)