diff --git a/content/docs/3-xsweet-story.md b/content/docs/3-xsweet-story.md
index b54c1e98740ca75bc5454e13d61ad7dcea94d693..e99f79dfb767045f98f42bc07cddc1a6e13ae4b2 100755
--- a/content/docs/3-xsweet-story.md
+++ b/content/docs/3-xsweet-story.md
@@ -20,4 +20,4 @@ Adam Hyde, Coko Foundation cofounder and longtime web-based publishing platform
 
 Word documents are essentially - and ironically - poorly structured XML documents, and it was a challenge to find a good XML programmer willing to try to impose order on such a chaotic input. After all, you can't go from unstructured to structured data, right? Enter Wendell Piez, a seasoned XML expert who wasn't afraid of ambiguity. Accepting that author inputs aren't nicely structured, it could still be possible extract content and formatting from the XML into HTML and CSS, and then given the proper tools, a human could take it the last mile and end up with a nicely structured HTML document.
 
-Since then, Wendell and Alex Theg have developed XSweet for use with many Coko products including [Editoria](https://editoria.pub/ "editoria.pub"), an open source, in-browser book production platform, and xpub - a journal platform. Editoria and xpub both use XSweet to ingest author Word files as HTML that can be edited and styled in a WYSIWYG editor, then instantly exported in a variety of formats. Today, XSweet has grown into a powerful tool that can support virtually any web-based publishing platform. We are excited to continue development and see how it is used.
\ No newline at end of file
+Since then, Wendell and Alex Theg have developed XSweet for use with many Coko products including [Ketida](https://ketida.community/ "ketida.community") (previously named Editoria), an open source, in-browser book production platform, and xpub - a journal platform. Ketida and xpub both use XSweet to ingest author Word files as HTML that can be edited and styled in a WYSIWYG editor, then instantly exported in a variety of formats. Today, XSweet has grown into a powerful tool that can support virtually any web-based publishing platform. We are excited to continue development and see how it is used.
\ No newline at end of file
diff --git a/content/documentation/editoria-typescript.md b/content/documentation/editoria-typescript.md
index bdea68f84c5fa13d1c14f9c7a6f38aac5cab5363..cf5301cc762efe0a4a51436bce64be46d01f7d55 100755
--- a/content/documentation/editoria-typescript.md
+++ b/content/documentation/editoria-typescript.md
@@ -6,7 +6,7 @@ part: 1
 Intro : "Editoria Typescript transforms HTML into a format required for the Coko Foundation's"
 class: documentation
 ---
-Editoria Typescript transforms HTML into a format required for the Coko Foundation's [Wax](https://gitlab.coko.foundation/wax/wax "gitlab.coko.foundation/wax") WYSIWYG word processor for [Editoria](https://editoria.pub/ "editoria.pub"). While Wax has been built specifically for book editing and publication, it is by no means its only application, and it could be repurposed. Other similar chains could be implemented to target another format.
+Editoria Typescript transforms HTML into a format required for the Coko Foundation's [Wax](https://gitlab.coko.foundation/wax/wax "gitlab.coko.foundation/wax") WYSIWYG word processor for [Ketida](https://ketida.community/ "ketida.community/") (previously named Editoria). While Wax has been built specifically for book editing and publication, it is by no means its only application, and it could be repurposed. Other similar chains could be implemented to target another format.
 
 Editoria Typescript translates the document structure, inline and class formatting, endnotes and footnotes into a subset of near-HTML, while eliminating HTML attributes not used by Wax.
 
diff --git a/content/using/using-xsweet.md b/content/using/using-xsweet.md
index 7cd9785b6c152bdb59466d686754d8988c3be0f2..5249a5d07306747744a0d34f214940d9fbe63a0a 100755
--- a/content/using/using-xsweet.md
+++ b/content/using/using-xsweet.md
@@ -7,10 +7,10 @@ Intro : "There are a variety of ways to run XSweet, HTMLevator, and Editoria Typ
 class: using
 ---
 ## XSweet with *nix and beyond
-One of the powerful features of XSweet is that it can be run in a wide variety of environments. For example, XSWeet can be integrated into an application [see Editoria and Kotahi from Coko for examples](https://coko.foundation). XSweet can also be run using a Unix-like terminal and a few scripts; indeed, this was how much of the testing was done.
+One of the powerful features of XSweet is that it can be run in a wide variety of environments. For example, XSWeet can be integrated into an application [see Ketida and Kotahi from Coko for examples](https://coko.foundation). XSweet can also be run using a Unix-like terminal and a few scripts; indeed, this was how much of the testing was done.
 
 You can find some [example Bash and Ruby scripts here](https://gitlab.coko.foundation/XSweet/XSweet_runner_scripts/ "gitlab.coko.foundation/XSweet/XSweet_runner_scripts") (not maintained or warrantied). These are used for XSweet's' testing and development to quickly convert many files and inspect each step's inputs and outputs.
 
 {{< figure src="../images/xsweet_bash-768x291.png" >}}
 
-Be aware that the above scripts aren't recommended for production; they're simply offered as an illustration of what is possible. XSweet can also be run as a very speedy PHP service, in an XML IDE, using XPL pipelines, and more. For Editoria and Kotahi (mentioned above) the team ran XSweet as a separate containerized microservice.
+Be aware that the above scripts aren't recommended for production; they're simply offered as an illustration of what is possible. XSweet can also be run as a very speedy PHP service, in an XML IDE, using XPL pipelines, and more. For Ketida and Kotahi (mentioned above) the team ran XSweet as a separate containerized microservice.