Skip to content

Commit e1c3fdf

Browse files
authored
Fix links and update migration guide path in README
Updated links and migration guide references in README.
1 parent 0f93ec4 commit e1c3fdf

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ This project follows the versioning scheme: `<swe_major>.<swe_minor>.<swe_patch>
3333
- Includes original tutorials and conceptual guides intended for both astrologers and developers.
3434

3535
#### C library parity
36-
- 🔧 [2.10.3.3](https://github.com/sailorfe/pysweph/releases/tag/2.10.3.3): Exposed string errors in `swe.calc()`, `swe.calc_pctr()`, `swe.calc_ut()`, and `swe.deltat_ex()`.
37-
- ⚠️ [2.10.3.4](https://github.com/sailorfe/pysweph/releases/tag/v2.10.3.4): The `swe_houses` function family now returns house cusps as a 13 or 37-item tuple where index 0 is empty. **This is a breaking change from `pyswisseph`**.
36+
> [!WARNING]
37+
> These include **breaking changes** from `pyswisseph`. The severity of each is documented in more detail in the [Migration Guide](docs/concepts/migration_guide.md).
38+
39+
- [2.10.3.3](https://github.com/sailorfe/pysweph/releases/tag/2.10.3.3): Exposed string errors in `swe.calc()`, `swe.calc_pctr()`, `swe.calc_ut()`, and `swe.deltat_ex()`.
40+
- [2.10.3.4](https://github.com/sailorfe/pysweph/releases/tag/v2.10.3.4): The `swe_houses` function family now returns house cusps as a 13 or 37-item tuple where index 0 is empty. **This is a breaking change**.
3841

39-
These changes are documented in more detail in the [Migration Guide](docs/tutorials/migration_guide).
4042

4143
### Future
4244

@@ -62,7 +64,7 @@ pip install .
6264
import swisseph as swe
6365
```
6466

65-
The documentation includes a detailed `pyswisseph` to `pysweph` [Migration Guide](https://sailorfe.github.io/pysweph/concepts/migration_guide.html) for existing projects.
67+
The documentation includes a detailed `pyswisseph` to `pysweph` [Migration Guide](docs/concepts/migration_guide.md) for existing projects.
6668

6769
## Credits
6870

0 commit comments

Comments
 (0)