Skip to content

Commit 5603263

Browse files
committed
fix variables
1 parent ee27da6 commit 5603263

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/docs/infrahubctl.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It's meant to run on any laptop or server and it communicates with a remote Infr
1818

1919
## Installation
2020

21-
The `infrahubctl` command line utility is installed as a part of the [Infrahub SDK for Python](../python-sdk/guides/installation#ctl).
21+
The `infrahubctl` command line utility is installed as a part of the [Infrahub SDK for Python]($(local_base_url_1)python-sdk/guides/installation#ctl).
2222

2323
## Configuration
2424

docs/docs/topics/object-storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Object-storage
77
Infrahub provides an interface to store and retrieve files or objects in an object-storage. The object-storage is used internally within Infrahub to store rendered artifacts, but it can be used to store any text based file or content.
88

99
You can interface with the object-storage through the REST API and Python SDK.
10-
See the [object-storage guide](../guides/object-storage) and [object-storage Python SDK](../python-sdk/guides/object-storage) guide for more information.
10+
See the [object-storage guide](../guides/object-storage) and [object-storage Python SDK]($(local_base_url_1)python-sdk/guides/object-storage) guide for more information.
1111

1212
## Supported backends
1313

docs/globalVars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export default {
2+
local_base_url_1: '../',
23
local_base_url_2: 'https://docs.infrahub.app/',
34
local_base_url_branch : '../../../../',
45
};

0 commit comments

Comments
 (0)