Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Fix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Pryz committed Jul 26, 2023
1 parent 1bdac80 commit 4792588
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/networking/htls.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ with socket.create_connection((hostname, 443)) as sock:
print(buf[:nbytes])
```

[python]: /getting-started/prep-application/compiling-python.md
[python]: /getting-started/applications/python
[requests]: https://requests.readthedocs.io/en/latest/

### C
Expand Down
1 change: 0 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const config = {
docs: {
routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
autoCollapseCategories: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
Expand Down

0 comments on commit 4792588

Please sign in to comment.