Skip to content

Commit 4e8d15b

Browse files
authored
fix link to project access key docs (#36)
1 parent ab000e8 commit 4e8d15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cleanlab_codex/project.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def id(self) -> str:
7070

7171
@classmethod
7272
def from_access_key(cls, access_key: str) -> Project:
73-
"""Initialize a Project from a [project-level access key](/codex/sme_tutorials/getting_started/#setting-up-access-keys).
73+
"""Initialize a Project from a [project-level access key](/codex/sme_tutorials/getting_started/#access-keys).
7474
7575
Args:
7676
access_key (str): The access key for authenticating project access.

0 commit comments

Comments
 (0)