3 Commits e675e078b2 ... 3864208ad1

Author SHA1 Message Date
  namark 3864208ad1 can't even makrdown links... 6 months ago
  namark 72bef429d6 Updated dependency links in readme. 6 months ago
  namark f480d3673c Fixed project links in COPYRIGHT. 6 months ago
2 changed files with 4 additions and 4 deletions
  1. 2 2
      COPYRIGHT
  2. 2 2
      README.md

+ 2 - 2
COPYRIGHT

@@ -1,7 +1,7 @@
 /*
 	libsimple_support - Generic C++ implementation of some classic compression algorithms.
-	https://notabug.org/namark/libsimple_support
-	https://git.sr.ht/~namark/libsimple_support
+	https://notabug.org/namark/libsimple_compress
+	https://git.sr.ht/~namark/libsimple_compress
 
 	Copyright (C) 2024 respective authors/contributors
 

+ 2 - 2
README.md

@@ -2,8 +2,8 @@
 Generic C++ implementation of some classic compression algorithms.
 
 ## Dependencies
-[cpp_tools](https://notabug.org/namark/cpp_tools) <br />
-[libsimple_support](https://notabug.org/namark/libsimple_support) <br />
+cpp_tools [notabug](https://notabug.org/namark/cpp_tools) [sourcehut](https://git.sr.ht/~namark/cpp_tools) <br />
+libsimple_support [notabug](https://notabug.org/namark/libsimple_support) [sourcehut](https://git.sr.ht/~namark/libsimple_support) <br />
 
 ## Licensing
 COPYRIGHT and LICENSE apply to all the files in this repository unless otherwise noted in the files themselves.