From 3a0a5c36fb4931df271dacccf82d1e456a5f9389 Mon Sep 17 00:00:00 2001 From: Christopher Weems Date: Wed, 20 Apr 2022 16:49:35 -0400 Subject: [PATCH] Update link to project's GitHub Pages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 599c744f..e9455b82 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Encoder & Decoder for XML using Swift's `Codable` protocols. This package is a fork of the original [ShawnMoore/XMLParsing](https://github.com/ShawnMoore/XMLParsing) -with more features and improved test coverage. Automatically generated documentation is available on [our GitHub Pages](https://maxdesiatov.github.io/XMLCoder/). +with more features and improved test coverage. Automatically generated documentation is available on [our GitHub Pages](https://coreoffice.github.io/XMLCoder/). ## Example