From 3471e64c8f8127567b2aa373328474590b4cea70 Mon Sep 17 00:00:00 2001 From: follower Date: Sun, 6 Feb 2022 07:11:01 +1300 Subject: [PATCH] Fix incorrect link for `include-bin` credit. The current link appears to be an accidental duplication of the URL from the project listed immediately above. This commit appears to be the origin of the duplicated URL: https://github.com/baldurk/renderdoc/commit/b5c7944038572eebffde32e1279c45c4f6d84153#diff-4673a3aba01813b595de187a7a6e9e63a3491d55821606fecd9f13a10c188a1dL98 Note: This "correct" link is to the original repository URL which appears to no longer exist. For reference: * Original commit with the inclusion of `include-bin`: https://github.com/baldurk/renderdoc/commit/864fdbe179b6c1f20cae7c753fb018bec74b5738 * Original issue which lead to the inclusion: https://github.com/baldurk/renderdoc/issues/314#issuecomment-238204556 --- docs/credits_acknowledgements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/credits_acknowledgements.rst b/docs/credits_acknowledgements.rst index 8341fbc27..04ebf3c4d 100644 --- a/docs/credits_acknowledgements.rst +++ b/docs/credits_acknowledgements.rst @@ -52,7 +52,7 @@ The following libraries and components are incorporated into RenderDoc, listed h Used for parsing command line arguments to renderdoccmd. -* `include-bin `_ - Copyright 2016 Hubert Jarosz, distributed under the zlib license. +* `include-bin `_ - Copyright 2016 Hubert Jarosz, distributed under the zlib license. Used to compile in data files embedded into the source on non-Windows platforms.