summaryrefslogtreecommitdiff
diff options
authorDan Brown2026-04-24 23:31:21 +0100
committerDan Brown2026-04-24 23:31:47 +0100
commitb2e6524245f7c230a1bbaa4fa8abe7a2f8ff82db (patch)
treeb09834fb52f602fb67685543f1cd68ec6bfb0321
parentdb527a7cd9c129834257b07b02af1752f8d69f02 (diff)
downloadapi-scripts-main.tar.gz
api-scripts-main.tar.zst
api-scripts-main.zip
Updated old GitHub links to CodebergHEADmain
Closes #25
-rw-r--r--LICENSE2
-rw-r--r--go-export-page-content/readme.md2
-rw-r--r--php-book-to-static-site/readme.md2
-rw-r--r--php-export-all-books/readme.md2
-rw-r--r--php-generate-sitemap/readme.md2
-rw-r--r--rust-list-all-pages/readme.md2
6 files changed, 6 insertions, 6 deletions
diff --git a/LICENSE b/LICENSE
index d815eb2..11aba8f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2021 BookStackApp
+Copyright (c) 2026 BookStackApp
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/go-export-page-content/readme.md b/go-export-page-content/readme.md
index a38c10d..54eda1a 100644
--- a/go-export-page-content/readme.md
+++ b/go-export-page-content/readme.md
@@ -18,7 +18,7 @@ You will need your BookStack API credentials at the ready.
```bash
# Clone down the api-scripts repo and enter this directory
-git clone https://github.com/BookStackApp/api-scripts.git
+git clone https://codeberg.org/bookstack/api-scripts.git
cd api-scripts/go-export-page-content
go build
```
diff --git a/php-book-to-static-site/readme.md b/php-book-to-static-site/readme.md
index 06f7560..c2dd20c 100644
--- a/php-book-to-static-site/readme.md
+++ b/php-book-to-static-site/readme.md
@@ -17,7 +17,7 @@ You will also need BookStack API credentials (TOKEN_ID & TOKEN_SECRET) at the re
```bash
# Downloading the script
-curl https://raw.githubusercontent.com/BookStackApp/api-scripts/main/php-book-to-static-site/book-to-static.php > book-to-static.php
+curl https://codeberg.org/bookstack/api-scripts/raw/branch/main/php-book-to-static-site/book-to-static.php > book-to-static.php
# Setup
# ALTERNATIVELY: Open the script and edit the variables at the top.
diff --git a/php-export-all-books/readme.md b/php-export-all-books/readme.md
index fbb0cf5..cb54c7d 100644
--- a/php-export-all-books/readme.md
+++ b/php-export-all-books/readme.md
@@ -11,7 +11,7 @@ You will also need BookStack API credentials (TOKEN_ID & TOKEN_SECRET) at the re
```bash
# Downloading the script
-curl https://raw.githubusercontent.com/BookStackApp/api-scripts/main/php-export-all-books/export-books.php > export-books.php
+curl https://codeberg.org/bookstack/api-scripts/raw/branch/main/php-export-all-books/export-books.php > export-books.php
# Setup
# ALTERNATIVELY: Open the script and edit the variables at the top.
diff --git a/php-generate-sitemap/readme.md b/php-generate-sitemap/readme.md
index 0e9e932..bc3f570 100644
--- a/php-generate-sitemap/readme.md
+++ b/php-generate-sitemap/readme.md
@@ -17,7 +17,7 @@ You will also need BookStack API credentials (TOKEN_ID & TOKEN_SECRET) at the re
```bash
# Downloading the script
# ALTERNATIVELY: Clone the project from GitHub and run locally.
-curl https://raw.githubusercontent.com/BookStackApp/api-scripts/main/php-generate-sitemap/generate-sitemap.php > generate-sitemap.php
+curl https://codeberg.org/bookstack/api-scripts/raw/branch/main/php-generate-sitemap/generate-sitemap.php > generate-sitemap.php
# Setup
# ALTERNATIVELY: Open the script and edit the variables at the top.
diff --git a/rust-list-all-pages/readme.md b/rust-list-all-pages/readme.md
index 1557f61..fa043de 100644
--- a/rust-list-all-pages/readme.md
+++ b/rust-list-all-pages/readme.md
@@ -25,7 +25,7 @@ This was built with the following versions:
```bash
# Clone down the api-scripts repo and enter this directory
-git clone https://github.com/BookStackApp/api-scripts.git
+git clone https://codeberg.org/bookstack/api-scripts.git
cd api-scripts/rust-list-all-pages
# Run the project