We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab000e8 commit 4e8d15bCopy full SHA for 4e8d15b
src/cleanlab_codex/project.py
@@ -70,7 +70,7 @@ def id(self) -> str:
70
71
@classmethod
72
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).
+ """Initialize a Project from a [project-level access key](/codex/sme_tutorials/getting_started/#access-keys).
74
75
Args:
76
access_key (str): The access key for authenticating project access.
0 commit comments