3 次代碼提交 e675e078b2 ... 3864208ad1

作者 SHA1 備註 提交日期
  namark 3864208ad1 can't even makrdown links... 6 月之前
  namark 72bef429d6 Updated dependency links in readme. 6 月之前
  namark f480d3673c Fixed project links in COPYRIGHT. 6 月之前
共有 2 個文件被更改,包括 4 次插入4 次删除
  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.