From d9e0dfcd631a870abc7ef88ac4f592f2095c759a Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Fri, 7 Oct 2016 08:56:29 -0700 Subject: [PATCH] readme change link to other_libs --- README.md | 2 +- tools/README.footer.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a1ea38..8f77589 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ to do anything else, although I appreciate attribution. #### Are there other single-file public-domain/open source libraries with minimal dependencies out there? -[Yes.](https://github.com/nothings/stb/blob/master/docs/other_libs.md) +[Yes.](https://github.com/nothings/single_file_libs) #### If I wrap an stb library in a new library, does the new library have to be public domain? diff --git a/tools/README.footer.md b/tools/README.footer.md index b9a52bf..e670b7f 100644 --- a/tools/README.footer.md +++ b/tools/README.footer.md @@ -10,7 +10,7 @@ to do anything else, although I appreciate attribution. #### Are there other single-file public-domain/open source libraries with minimal dependencies out there? -[Yes.](https://github.com/nothings/stb/blob/master/docs/other_libs.md) +[Yes.](https://github.com/nothings/single_file_libs) #### If I wrap an stb library in a new library, does the new library have to be public domain?