adjust GitHub links to current repository URL (#1553)

Switch links (mostly in comments) from old repository URL
<https://github.com/lemire/simdjson/> to the current URL
<https://github.com/simdjson/simdjson/>.
This commit is contained in:
D. Stolle
2021-04-26 15:08:14 +02:00
committed by GitHub
parent b32d66e7b6
commit be9d5d4e31
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ namespace document_tests {
return true;
}
// adversarial example that once triggred overruns, see https://github.com/lemire/simdjson/issues/345
// adversarial example that once triggered overruns, see https://github.com/simdjson/simdjson/issues/345
bool bad_example() {
std::cout << __func__ << std::endl;
simdjson::padded_string badjson = "[7,7,7,7,6,7,7,7,6,7,7,6,[7,7,7,7,6,7,7,7,6,7,7,6,7,7,7,7,7,7,6"_padded;