diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml
index 188f41f..59b2436 100644
--- a/.github/workflows/main.linux.temurin.lts.yml
+++ b/.github/workflows/main.linux.temurin.lts.yml
@@ -25,6 +25,7 @@ jobs:
name: test-logs
path: ./com.io7m.jqpage.tests/target/surefire-reports
- name: Coverage
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4.3.0
with:
+ token: ${{ secrets.CODECOV_TOKEN }}
file: com.io7m.jqpage.tests/target/site/jacoco-aggregate/jacoco.xml
diff --git a/.gitmodules b/.gitmodules
index a96e6e7..5f1f736 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,3 @@
[submodule "sakila"]
path = sakila
url = https://github.com/jOOQ/sakila
-[submodule ".jenkins"]
- path = .jenkins
- url = https://www.github.com/io7m/jenkinsfiles
diff --git a/.jenkins b/.jenkins
deleted file mode 160000
index 3213e21..0000000
--- a/.jenkins
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 3213e21cdb5549e59c16e21658a9e87443301c7e
diff --git a/README-CHANGES.xml b/README-CHANGES.xml
index 419458e..a91aef4 100644
--- a/README-CHANGES.xml
+++ b/README-CHANGES.xml
@@ -2,6 +2,6 @@
-
+
diff --git a/README.md b/README.md
index a1bf1c0..08773c6 100644
--- a/README.md
+++ b/README.md
@@ -3,16 +3,16 @@ jqpage
[![Maven Central](https://img.shields.io/maven-central/v/com.io7m.jqpage/com.io7m.jqpage.svg?style=flat-square)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.io7m.jqpage%22)
[![Maven Central (snapshot)](https://img.shields.io/nexus/s/com.io7m.jqpage/com.io7m.jqpage?server=https%3A%2F%2Fs01.oss.sonatype.org&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/io7m/jqpage/)
-[![Codecov](https://img.shields.io/codecov/c/github/io7m/jqpage.svg?style=flat-square)](https://codecov.io/gh/io7m/jqpage)
+[![Codecov](https://img.shields.io/codecov/c/github/io7m-com/jqpage.svg?style=flat-square)](https://codecov.io/gh/io7m-com/jqpage)
![com.io7m.jqpage](./src/site/resources/jqpage.jpg?raw=true)
| JVM | Platform | Status |
|-----|----------|--------|
-| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/jqpage/main.linux.temurin.current.yml)](https://github.com/io7m/jqpage/actions?query=workflow%3Amain.linux.temurin.current)|
-| OpenJDK (Temurin) LTS | Linux | [![Build (OpenJDK (Temurin) LTS, Linux)](https://img.shields.io/github/actions/workflow/status/io7m/jqpage/main.linux.temurin.lts.yml)](https://github.com/io7m/jqpage/actions?query=workflow%3Amain.linux.temurin.lts)|
-| OpenJDK (Temurin) Current | Windows | [![Build (OpenJDK (Temurin) Current, Windows)](https://img.shields.io/github/actions/workflow/status/io7m/jqpage/main.windows.temurin.current.yml)](https://github.com/io7m/jqpage/actions?query=workflow%3Amain.windows.temurin.current)|
-| OpenJDK (Temurin) LTS | Windows | [![Build (OpenJDK (Temurin) LTS, Windows)](https://img.shields.io/github/actions/workflow/status/io7m/jqpage/main.windows.temurin.lts.yml)](https://github.com/io7m/jqpage/actions?query=workflow%3Amain.windows.temurin.lts)|
+| OpenJDK (Temurin) Current | Linux | [![Build (OpenJDK (Temurin) Current, Linux)](https://img.shields.io/github/actions/workflow/status/io7m-com/jqpage/main.linux.temurin.current.yml)](https://www.github.com/io7m-com/jqpage/actions?query=workflow%3Amain.linux.temurin.current)|
+| OpenJDK (Temurin) LTS | Linux | [![Build (OpenJDK (Temurin) LTS, Linux)](https://img.shields.io/github/actions/workflow/status/io7m-com/jqpage/main.linux.temurin.lts.yml)](https://www.github.com/io7m-com/jqpage/actions?query=workflow%3Amain.linux.temurin.lts)|
+| OpenJDK (Temurin) Current | Windows | [![Build (OpenJDK (Temurin) Current, Windows)](https://img.shields.io/github/actions/workflow/status/io7m-com/jqpage/main.windows.temurin.current.yml)](https://www.github.com/io7m-com/jqpage/actions?query=workflow%3Amain.windows.temurin.current)|
+| OpenJDK (Temurin) LTS | Windows | [![Build (OpenJDK (Temurin) LTS, Windows)](https://img.shields.io/github/actions/workflow/status/io7m-com/jqpage/main.windows.temurin.lts.yml)](https://www.github.com/io7m-com/jqpage/actions?query=workflow%3Amain.windows.temurin.lts)|
## Usage
diff --git a/pom.xml b/pom.xml
index b708e36..ad951c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,8 +48,8 @@
https://www.github.com/io7m/jqpage
- scm:git:https://github.com/io7m/jqpage
- scm:git:https://github.com/io7m/jqpage
+ scm:git:https://www.github.com/io7m-com/jqpage
+ scm:git:https://www.github.com/io7m-com/jqpage
diff --git a/src/site/resources/overview.xml b/src/site/resources/overview.xml
index bc521e1..b95931c 100644
--- a/src/site/resources/overview.xml
+++ b/src/site/resources/overview.xml
@@ -1,15 +1,15 @@