Skip to content

Commit e1e60ca

Browse files
docs: correct malformed URL for uv installation (#249)
Signed-off-by: Joey Burzynski <joey@marketkarma.com>
1 parent b71a170 commit e1e60ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pip install "deepsearcher[ollama]"
5050
```
5151

5252
#### Option 2: Install in Development Mode
53-
We recommend using [uv](https://github.com/astral-sh/uv) for faster and more reliable installation. Follow the [offical installation instructions](https://docs.astral.sh/uvgetting-started/installation/) to install it.
53+
We recommend using [uv](https://github.com/astral-sh/uv) for faster and more reliable installation. Follow the [offical installation instructions](https://docs.astral.sh/uv/getting-started/installation/) to install it.
5454

5555
Clone the repository and navigate to the project directory:
5656
```shell

docs/installation/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This guide is for contributors who want to modify DeepSearcher's code or develop
2929
irm https://astral.sh/uv/install.ps1 | iex
3030
```
3131

32-
For more options, see the [official uv installation guide](https://docs.astral.sh/uvgetting-started/installation/).
32+
For more options, see the [official uv installation guide](https://docs.astral.sh/uv/getting-started/installation/).
3333

3434
### Step 2: Clone the repository
3535

0 commit comments

Comments
 (0)