Skip to content

Commit f32bd97

Browse files
committed
Fix some broken commands and URLs in the docs
1 parent 33c24e3 commit f32bd97

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

mkdocs/docs/how-to-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ Thanks to everyone for contributing!
163163

164164
## Release the docs
165165

166-
A committer triggers the [`Python Docs` Github Actions](https://github.com/apache/iceberg/actions/workflows/python-ci-docs.yml) through the UI by selecting the branch that just has been released. This will publish the new docs.
166+
A committer triggers the [`Python Docs` Github Actions](https://github.com/apache/iceberg-python/actions/workflows/python-ci-docs.yml) through the UI by selecting the branch that just has been released. This will publish the new docs.

mkdocs/docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ You can install the latest release version from pypi:
3838
pip install "pyiceberg[s3fs,hive]"
3939
```
4040

41-
Install it directly for Github (not recommended), but sometimes handy:
41+
Install it directly for GitHub (not recommended), but sometimes handy:
4242

4343
```
44-
pip install "git+https://github.com/apache/iceberg.git#subdirectory=python&egg=pyiceberg[s3fs]"
44+
pip install "git+https://github.com/apache/iceberg-python.git#egg=pyiceberg[s3fs]"
4545
```
4646

4747
Or clone the repository for local development:
4848

4949
```sh
50-
git clone https://github.com/apache/iceberg.git
51-
cd iceberg/python
50+
git clone https://github.com/apache/iceberg-python.git
51+
cd iceberg-python
5252
pip3 install -e ".[s3fs,hive]"
5353
```
5454

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name = "pyiceberg"
1919
version = "0.5.1"
2020
readme = "README.md"
2121
homepage = "https://py.iceberg.apache.org/"
22-
repository = "https://github.com/apache/iceberg/"
22+
repository = "https://github.com/apache/iceberg-python"
2323
description = "Apache Iceberg is an open table format for huge analytic datasets"
2424
authors = ["Apache Software Foundation <dev@iceberg.apache.org>"]
2525
license = "Apache License 2.0"

0 commit comments

Comments
 (0)