From e841d1422042ef2c37e1693af8ada1fdb757ab32 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 4 Dec 2024 00:42:08 -0800 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Usage.md b/Usage.md index 28d6b54..841bb22 100644 --- a/Usage.md +++ b/Usage.md @@ -305,7 +305,7 @@ More info: Explore the Python API a bit to see whats available using the archivebox shell: -**Python API Documentation:** https://docs.archivebox.io/en/master/archivebox.html#module-archivebox.main +**Python API Documentation:** https://docs.archivebox.io/dev/apidocs/index.html ```bash $ archivebox shell @@ -347,7 +347,7 @@ from archivebox import * [i] Welcome to the ArchiveBox Shell! https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#Shell-Usage - https://docs.archivebox.io/en/master/archivebox.html#module-archivebox.main + https://docs.archivebox.io/dev/apidocs/index.html Hint: Example use: print(Snapshot.objects.filter(is_archived=True).count()) @@ -406,6 +406,6 @@ server(...) ``` For more information see: -- [ArchiveBox Python API Reference (ReadTheDocs)](https://docs.archivebox.io/en/latest/archivebox.html) +- [ArchiveBox Python API Reference (ReadTheDocs)](https://docs.archivebox.io/dev/apidocs/index.html) - [ArchiveBox Developer Documentation](https://github.com/ArchiveBox/ArchiveBox#archivebox-development) - [ArchiveBox Python source code](https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/)