Skip to content

Commit 382eb25

Browse files
docs: fix more broken links (#3649)
# What does this PR do? * Fixes some more documentation links ## Test Plan * Manual testing
1 parent cb36b3b commit 382eb25

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Before pushing your changes, make sure that the pre-commit hooks have passed suc
6161

6262
We actively welcome your pull requests. However, please read the following. This is heavily inspired by [Ghostty](https://github.com/ghostty-org/ghostty/blob/main/CONTRIBUTING.md).
6363

64-
If in doubt, please open a [discussion](https://github.com/meta-llama/llama-stack/discussions); we can always convert that to an issue later.
64+
If in doubt, please open a [discussion](https://github.com/llamastack/llama-stack/discussions); we can always convert that to an issue later.
6565

6666
### Issues
6767
We use GitHub issues to track public bugs. Please ensure your description is
@@ -165,8 +165,8 @@ Building a stack image will use the production version of the `llama-stack` and
165165
Example:
166166
```bash
167167
cd work/
168-
git clone https://github.com/meta-llama/llama-stack.git
169-
git clone https://github.com/meta-llama/llama-stack-client-python.git
168+
git clone https://github.com/llamastack/llama-stack.git
169+
git clone https://github.com/llamastack/llama-stack-client-python.git
170170
cd llama-stack
171171
LLAMA_STACK_DIR=$(pwd) LLAMA_STACK_CLIENT_DIR=../llama-stack-client-python llama stack build --distro <...>
172172
```

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ By reducing friction and complexity, Llama Stack empowers developers to focus on
120120
121121
### API Providers
122122
Here is a list of the various API providers and available distributions that can help developers get started easily with Llama Stack.
123-
Please checkout for [full list](https://llamastack.github.io/providers/index.html)
123+
Please checkout for [full list](https://llamastack.github.io/docs/providers)
124124
125125
| API Provider Builder | Environments | Agents | Inference | VectorIO | Safety | Telemetry | Post Training | Eval | DatasetIO |
126126
|:--------------------:|:------------:|:------:|:---------:|:--------:|:------:|:---------:|:-------------:|:----:|:--------:|
@@ -151,7 +151,7 @@ Please checkout for [full list](https://llamastack.github.io/providers/index.htm
151151
| NVIDIA NEMO | Hosted | | ✅ | ✅ | | | ✅ | ✅ | ✅ |
152152
| NVIDIA | Hosted | | | | | | ✅ | ✅ | ✅ |
153153
154-
> **Note**: Additional providers are available through external packages. See [External Providers](https://llamastack.github.io/providers/external/index.html) documentation.
154+
> **Note**: Additional providers are available through external packages. See [External Providers](https://llamastack.github.io/docs/providers/external) documentation.
155155
156156
### Distributions
157157

docs/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Llama Stack is the open-source framework for building generative AI applications
1414

1515
:::tip Llama 4 is here!
1616

17-
Check out [Getting Started with Llama 4](https://colab.research.google.com/github/meta-llama/llama-stack/blob/main/docs/getting_started_llama4.ipynb)
17+
Check out [Getting Started with Llama 4](https://colab.research.google.com/github/llamastack/llama-stack/blob/main/docs/getting_started_llama4.ipynb)
1818

1919
:::
2020

2121
:::tip News
2222

23-
Llama Stack is now available! See the [release notes](https://github.com/meta-llama/llama-stack/releases) for more details.
23+
Llama Stack is now available! See the [release notes](https://github.com/llamastack/llama-stack/releases) for more details.
2424

2525
:::
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ benchmark = [
147147
]
148148

149149
[project.urls]
150-
Homepage = "https://github.com/meta-llama/llama-stack"
150+
Homepage = "https://github.com/llamastack/llama-stack"
151151

152152
[project.scripts]
153153
llama = "llama_stack.cli.llama:main"

0 commit comments

Comments
 (0)