From 2403dcad3da31e41a202888e2003f1e975367c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BCce=20Tekol?= Date: Sun, 20 Oct 2024 15:33:14 +0300 Subject: [PATCH] Add docs info (#183) Added doc shield, use RTD link for get started --- INSTALL.md | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 18c067a..437e39b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,3 +1,3 @@ # Installing PySwip -This content has moved to [PySwip Get Started](https://pyswip.org/get-started.html) +This content has moved to [PySwip Get Started](https://pyswip.readthedocs.io/en/latest/get_started.html) diff --git a/README.md b/README.md index c2ffb5f..9d3a77f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ + + # PySwip @@ -19,7 +21,7 @@ If you have SWI-Prolog installed, it's just: pip install pyswip ``` -See [Get Started](https://pyswip.org/get-started.html) for detailed instructions. +See [Get Started](https://pyswip.readthedocs.io/en/latest/get_started.html) for detailed instructions. ## Introduction