Skip to content

Commit 138bb6b

Browse files
authored
fix: update cli link in ref index (#1265)
A quickfix to update the link for the cli page in the references page. Currently this links to query panels, the fix updates the href to link to cli instead.
1 parent 5296335 commit 138bb6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/ref/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ no_list: true
2323
<p className="card-content">Train, fine-tune, and manage models from experimentation to production.</p>
2424
{{< /card >}}
2525
{{< card >}}
26-
<a href="./query-panel/">
26+
<a href="./cli/">
2727
<h2 className="card-title">Command Line Interface</h2>
2828
</a>
2929
<p className="card-content">Log in, run jobs, execute sweeps, and more using shell commands.</p>
@@ -49,4 +49,4 @@ no_list: true
4949
Looking for Weave API? See the [W&B Weave Docs](https://weave-docs.wandb.ai/).
5050
{{% /alert %}}
5151

52-
52+

0 commit comments

Comments
 (0)