From e37302f79a62b89ddc4e74e15cfd1f9661b238ff Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Mon, 27 Jan 2020 23:37:54 -0500 Subject: [PATCH] Update docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea8d193..e8ff389 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ compile-time fixed capacity and contiguous embedded storage in which the characters are placed within the string object itself. Its API closely resembles that of `std::string`. -**[Documentation](https://18.github.io/doc/static_string/)** +**[Documentation](https://sdkrystian.github.io/doc/static_string/)** ## License