M .clone.sh => .clone.sh +1 -1
@@ 31,6 31,6 @@ if test -n "$missing"; then
fi
fi
-git clone https://github.com/cloudrac3r/bibliogram-updater
+git clone https://git.sr.ht/~cadence/bibliogram-updater
cd bibliogram-updater
exec ./run.fish
M README.md => README.md +5 -5
@@ 4,7 4,7 @@ A collection of scripts to easily install and update Bibliogram.
## Quick start
-`git clone https://github.com/cloudrac3r/bibliogram-updater`
+`git clone https://git.sr.ht/~cadence/bibliogram-updater`
Run `./run.fish` to run Bibliogram, and to install it and its requirements if they don't already exist. Updates will be installed automatically.
@@ 14,12 14,12 @@ Run `./clean.fish` to clean up the installation.
You may want to do some of these things:
-- [Learn how to make Bibliogram available on the public internet](https://github.com/cloudrac3r/bibliogram/wiki/Installing#making-bibliogram-accessible-from-outside)
-- [Add your public instance to the instance list](https://github.com/cloudrac3r/bibliogram/wiki/Instances)
+- [Learn how to make Bibliogram available on the public internet](https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Installing%20(extended).md#making-bibliogram-accessible-from-outside)
+- [Add your public instance to the instance list](https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md)
- [Look at all of the configuration options](https://github.com/cloudrac3r/bibliogram/wiki/Configuring)
-- [Write a privacy policy for your users](https://github.com/cloudrac3r/bibliogram/blob/master/src/site/pug/privacy.pug.template)
+- [Write a privacy policy for your users](https://git.sr.ht/~cadence/bibliogram/tree/master/src/site/pug/privacy.pug.template)
- [Join the discussion room on Matrix: #bibliogram:matrix.org](https://matrix.to/#/#bibliogram:matrix.org)
-- [Browse the rest of the wiki](https://github.com/cloudrac3r/bibliogram/wiki)
+- [Browse the documentation](https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs)
- Tell your friends to run Bibliogram too
## It didn't work!
M install.fish => install.fish +4 -4
@@ 38,7 38,7 @@ if test -e state/use_local_node
end
if not test -e bibliogram
- git clone https://github.com/cloudrac3r/bibliogram; or exit
+ git clone https://git.sr.ht/~cadence/bibliogram; or exit
mkdir -p bibliogram/db
else
echo "Bibliogram is already cloned. We'll use the existing folder."
@@ 123,13 123,13 @@ popd
touch state/is_installed
echo ' -> If you need help making Bibliogram accessible on the public internet, see:'
-echo ' https://github.com/cloudrac3r/bibliogram/wiki/Installing#making-bibliogram-accessible-from-outside'
+echo ' https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Installing%20(extended).md#making-bibliogram-accessible-from-outside'
echo ' -> Please consider adding yourself to the instance list:'
-echo ' https://github.com/cloudrac3r/bibliogram/wiki/Instances'
+echo ' https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md'
echo " -> If you'd like to see the other configuration options, check out:"
echo ' https://github.com/cloudrac3r/bibliogram/wiki/Configuring'
echo ' -> Please take the time to write a privacy policy:'
-echo ' https://github.com/cloudrac3r/bibliogram/blob/master/src/site/pug/privacy.pug.template'
+echo ' https://git.sr.ht/~cadence/bibliogram/tree/master/src/site/pug/privacy.pug.template'
echo
echo 'Start Bibliogram now?'