Skip to content

Commit 7b6c8ac

Browse files
gustavocidornelaswhoseoyster
authored andcommitted
Update links pointing to old docs and fix rendering issues for LLM monitors
1 parent 2f13645 commit 7b6c8ac

File tree

10 files changed

+1095
-844
lines changed

10 files changed

+1095
-844
lines changed

docs/source/reference/authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Authentication
66
.. currentmodule:: openlayer
77

88
Openlayer uses API keys for client authentication. You can find your workspace API key on
9-
your `Account settings <https://docs.openlayer.com/docs/find-your-api-keys>`_.
9+
your `Account settings <https://docs.openlayer.com/documentation/how-to-guides/find-your-api-key>`_.
1010

1111
The authentication step happens when the ``OpenlayerClient`` is instantiated.
1212

docs/source/reference/development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use these methods, you must have:
1515

1616
2. Created a project, using :obj:`openlayer.OpenlayerClient.create_project`
1717

18-
**Related guide**: `How to upload datasets and models for development <https://docs.openlayer.com/docs/upload-datasets-and-models>`_.
18+
**Related guide**: `How to upload datasets and models for development <https://docs.openlayer.com/documentation/how-to-guides/upload-datasets-and-models>`_.
1919

2020

2121
Staging area

docs/source/reference/monitoring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use these methods, you must have:
1616

1717
2. Created a project, using :obj:`openlayer.OpenlayerClient.create_project`
1818

19-
**Related guide**: `How to set up monitoring <https://docs.openlayer.com/docs/set-up-monitoring>`_.
19+
**Related guide**: `How to set up monitoring <https://docs.openlayer.com/documentation/how-to-guides/set-up-monitoring>`_.
2020

2121

2222
Creating and loading inference pipelines

docs/source/reference/projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A project is the logical unit on the Openlayer platform that houses models, data
1010
and goals. You can create projects for any of the task types defined
1111
in :class:`tasks.TaskType`.
1212

13-
**Related guide**: `How to create and load projects <https://docs.openlayer.com/docs/creating-and-loading-projects>`_.
13+
**Related guide**: `How to create and load projects <https://docs.openlayer.com/documentation/how-to-guides/creating-and-loading-projects>`_.
1414

1515
Project creation and loading
1616
----------------------------

0 commit comments

Comments
 (0)