Skip to content

Commit 9e083a6

Browse files
committed
fix doc and link
1 parent c991e5b commit 9e083a6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/docs/python-sdk/guides/object-storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Using the object-storage
33
---
44

5-
The Python SDK can be used to interface with Infrahub's [object-storage](https://docs.infrahub.app/topics/object-storage).
5+
The Python SDK can be used to interface with Infrahub's [object-storage](../../topics/object-storage).
66

77
## Storing string objects to the object-storage
88

docs/docusaurus.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const config: Config = {
1515

1616
organizationName: 'opsmill',
1717
projectName: 'infrahub-sdk-python',
18+
onBrokenLinks: 'throw',
1819
onBrokenMarkdownLinks: 'warn',
1920
onDuplicateRoutes: "throw",
2021
// Even if you don't use internationalization, you can use this field to set
@@ -32,7 +33,7 @@ const config: Config = {
3233
docs: {
3334
// Please change this to your repo.
3435
// Remove this to remove the "edit this page" links.
35-
editUrl: "https://github.com/opsmill/infrahub-demo-dc-fabric/tree/main/docs",
36+
editUrl: "https://github.com/opsmill/infrahub-sdk-python/tree/stable/docs",
3637
routeBasePath: "/",
3738
sidebarCollapsed: true,
3839
sidebarPath: "./sidebars.ts",
@@ -68,7 +69,7 @@ const config: Config = {
6869
// position: "right",
6970
// },
7071
{
71-
href: "https://github.com/opsmill/infrahub-demo-dc-fabric",
72+
href: "https://github.com/opsmill/infrahub-sdk-python",
7273
position: "right",
7374
className: "header-github-link",
7475
"aria-label": "GitHub repository",

0 commit comments

Comments
 (0)