diff --git a/README.md b/README.md
index 801c0ff4..fd2a5e8a 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,15 @@
# 🚀 Spacebin
-[](https://codecov.io/gh/lukewhrit/spacebin) [](LICENSE) [](https://github.com/orca-group/spirit/actions/workflows/build.yml)
-[](https://goreportcard.com/report/github.com/orca-group/spirit)
+[](https://codecov.io/gh/lukewhrit/spacebin) [](LICENSE) [](https://github.com/lukewhrit/spacebin/spirit/actions/workflows/build.yml)
+[](https://goreportcard.com/report/github.com/lukewhrit/spacebin)
Spacebin is a modern Pastebin server implemented in Go and maintained by Luke Whritenour. It is capable of serving notes, novels, code, or any other form of text! Spacebin was designed to be fast and reliable, avoiding the problems of many current pastebin servers. Spacebin features JavaScript-based text highlighting, but works completely fine with JS disabled. Besides text highlighting, we have many more features in the works. It is entirely self-hostable, and available in a Docker image.
@@ -131,7 +131,7 @@ There are two additional non-API routes that are documented: `/ping`: returns a
Spacebin (and all other associated programs) is a project designed and maintained by Luke Whritenour. Spirit was forked from [hastebin](https://github.com/toptal/haste-server) by John Crepezzi (now managed by Toptal), and although it no longer contains **any** code from the original we'd like to thank him regardless. Spirit itself is built using [Chi](https://github.com/go-chi/chi), and [pq](https://github.com/lib/pq), [Ozzo Validation](https://github.com/go-ozzo/ozzo-validation), [Cron](https://github.com/robfig/cron), [env](https://github.com/caarlos0/env), and (of course) [Go](https://go.dev/) itself!
-You can see a full list of code contributors to Spirit [here, on Github](https://github.com/orca-group/spirit/graphs/contributors).
+You can see a full list of code contributors to Spirit [here, on Github](https://github.com/lukewhrit/spacebin/graphs/contributors).
Additionally, we'd like to thank [@jackdorland](https://github.com/jackdorland) for designing our logo/brand.