-
- {% include contribute-options.html %}
-
On this page
diff --git a/src/current/_layouts/page.html b/src/current/_layouts/page.html
index b105ae0c6f2..b180e13337c 100755
--- a/src/current/_layouts/page.html
+++ b/src/current/_layouts/page.html
@@ -20,15 +20,6 @@
{% endunless %}
{% endif %}
diff --git a/src/current/docs-mcp-integration.md b/src/current/docs-mcp-integration.md
index 1f9f7cf0d73..1b12c10dbc7 100644
--- a/src/current/docs-mcp-integration.md
+++ b/src/current/docs-mcp-integration.md
@@ -183,7 +183,7 @@ If the configuration doesn't seem to take effect:
For issues or feedback about the CockroachDB Docs MCP Server:
-- Report documentation issues on [GitHub](https://github.com/cockroachdb/docs/issues)
+- Report documentation issues through the feedback widget on any docs page
- Join the [CockroachDB Community Slack](https://www.cockroachlabs.com/join-community/) for help
## See Also
diff --git a/src/current/v23.1/build-a-java-app-with-cockroachdb-jooq.md b/src/current/v23.1/build-a-java-app-with-cockroachdb-jooq.md
index 7701e284e1c..b4f4c8899f2 100644
--- a/src/current/v23.1/build-a-java-app-with-cockroachdb-jooq.md
+++ b/src/current/v23.1/build-a-java-app-with-cockroachdb-jooq.md
@@ -88,7 +88,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
1. Open `jooq-basic-sample/src/main/java/com/cockroachlabs/Sample.java`, and edit the connection string passed to `DriverManager.getConnection()` in the `Sample` class's `main()` method so that the certificate paths are fully and correctly specified.
1. Compile and run the code using Maven:
@@ -107,7 +107,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
@@ -186,7 +186,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
1. Compile and run the code using Maven:
{% include_cached copy-clipboard.html %}
@@ -204,7 +204,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
diff --git a/src/current/v23.1/community-tooling.md b/src/current/v23.1/community-tooling.md
index e1c5fa46702..f816576851b 100644
--- a/src/current/v23.1/community-tooling.md
+++ b/src/current/v23.1/community-tooling.md
@@ -10,7 +10,7 @@ The following tools have been tested or developed by the CockroachDB community,
If you encounter problems with using these tools, please contact the maintainer of the tool with details.
{{site.data.alerts.callout_success}}
-If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please [open a pull request to our docs GitHub repository](https://github.com/cockroachdb/docs/edit/master/v21.2/community-tooling.md).
+If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please contact the [Cockroach Labs documentation team](https://support.cockroachlabs.com/).
{{site.data.alerts.end}}
## Drivers and data access frameworks
diff --git a/src/current/v23.1/docs-mcp-integration.md b/src/current/v23.1/docs-mcp-integration.md
index 19aaac0b955..6456d75c32d 100644
--- a/src/current/v23.1/docs-mcp-integration.md
+++ b/src/current/v23.1/docs-mcp-integration.md
@@ -183,7 +183,7 @@ If the configuration doesn't seem to take effect:
For issues or feedback about the CockroachDB Docs MCP Server:
-- Report documentation issues on [GitHub](https://github.com/cockroachdb/docs/issues)
+- Report documentation issues through the feedback widget on any docs page
- Join the [CockroachDB Community Slack](https://www.cockroachlabs.com/join-community/) for help
## See Also
diff --git a/src/current/v23.2/build-a-java-app-with-cockroachdb-jooq.md b/src/current/v23.2/build-a-java-app-with-cockroachdb-jooq.md
index 7701e284e1c..b4f4c8899f2 100644
--- a/src/current/v23.2/build-a-java-app-with-cockroachdb-jooq.md
+++ b/src/current/v23.2/build-a-java-app-with-cockroachdb-jooq.md
@@ -88,7 +88,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
1. Open `jooq-basic-sample/src/main/java/com/cockroachlabs/Sample.java`, and edit the connection string passed to `DriverManager.getConnection()` in the `Sample` class's `main()` method so that the certificate paths are fully and correctly specified.
1. Compile and run the code using Maven:
@@ -107,7 +107,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
@@ -186,7 +186,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
1. Compile and run the code using Maven:
{% include_cached copy-clipboard.html %}
@@ -204,7 +204,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
diff --git a/src/current/v23.2/community-tooling.md b/src/current/v23.2/community-tooling.md
index e1c5fa46702..f816576851b 100644
--- a/src/current/v23.2/community-tooling.md
+++ b/src/current/v23.2/community-tooling.md
@@ -10,7 +10,7 @@ The following tools have been tested or developed by the CockroachDB community,
If you encounter problems with using these tools, please contact the maintainer of the tool with details.
{{site.data.alerts.callout_success}}
-If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please [open a pull request to our docs GitHub repository](https://github.com/cockroachdb/docs/edit/master/v21.2/community-tooling.md).
+If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please contact the [Cockroach Labs documentation team](https://support.cockroachlabs.com/).
{{site.data.alerts.end}}
## Drivers and data access frameworks
diff --git a/src/current/v23.2/docs-mcp-integration.md b/src/current/v23.2/docs-mcp-integration.md
index 19aaac0b955..6456d75c32d 100644
--- a/src/current/v23.2/docs-mcp-integration.md
+++ b/src/current/v23.2/docs-mcp-integration.md
@@ -183,7 +183,7 @@ If the configuration doesn't seem to take effect:
For issues or feedback about the CockroachDB Docs MCP Server:
-- Report documentation issues on [GitHub](https://github.com/cockroachdb/docs/issues)
+- Report documentation issues through the feedback widget on any docs page
- Join the [CockroachDB Community Slack](https://www.cockroachlabs.com/join-community/) for help
## See Also
diff --git a/src/current/v24.1/build-a-java-app-with-cockroachdb-jooq.md b/src/current/v24.1/build-a-java-app-with-cockroachdb-jooq.md
index 7701e284e1c..b4f4c8899f2 100644
--- a/src/current/v24.1/build-a-java-app-with-cockroachdb-jooq.md
+++ b/src/current/v24.1/build-a-java-app-with-cockroachdb-jooq.md
@@ -88,7 +88,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
1. Open `jooq-basic-sample/src/main/java/com/cockroachlabs/Sample.java`, and edit the connection string passed to `DriverManager.getConnection()` in the `Sample` class's `main()` method so that the certificate paths are fully and correctly specified.
1. Compile and run the code using Maven:
@@ -107,7 +107,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
@@ -186,7 +186,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
1. Compile and run the code using Maven:
{% include_cached copy-clipboard.html %}
@@ -204,7 +204,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
diff --git a/src/current/v24.1/community-tooling.md b/src/current/v24.1/community-tooling.md
index e1c5fa46702..f816576851b 100644
--- a/src/current/v24.1/community-tooling.md
+++ b/src/current/v24.1/community-tooling.md
@@ -10,7 +10,7 @@ The following tools have been tested or developed by the CockroachDB community,
If you encounter problems with using these tools, please contact the maintainer of the tool with details.
{{site.data.alerts.callout_success}}
-If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please [open a pull request to our docs GitHub repository](https://github.com/cockroachdb/docs/edit/master/v21.2/community-tooling.md).
+If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please contact the [Cockroach Labs documentation team](https://support.cockroachlabs.com/).
{{site.data.alerts.end}}
## Drivers and data access frameworks
diff --git a/src/current/v24.1/docs-mcp-integration.md b/src/current/v24.1/docs-mcp-integration.md
index 19aaac0b955..6456d75c32d 100644
--- a/src/current/v24.1/docs-mcp-integration.md
+++ b/src/current/v24.1/docs-mcp-integration.md
@@ -183,7 +183,7 @@ If the configuration doesn't seem to take effect:
For issues or feedback about the CockroachDB Docs MCP Server:
-- Report documentation issues on [GitHub](https://github.com/cockroachdb/docs/issues)
+- Report documentation issues through the feedback widget on any docs page
- Join the [CockroachDB Community Slack](https://www.cockroachlabs.com/join-community/) for help
## See Also
diff --git a/src/current/v24.2/build-a-java-app-with-cockroachdb-jooq.md b/src/current/v24.2/build-a-java-app-with-cockroachdb-jooq.md
index 9cc7c07ccf1..3c762bf8b7f 100644
--- a/src/current/v24.2/build-a-java-app-with-cockroachdb-jooq.md
+++ b/src/current/v24.2/build-a-java-app-with-cockroachdb-jooq.md
@@ -88,7 +88,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
1. Open `jooq-basic-sample/src/main/java/com/cockroachlabs/Sample.java`, and edit the connection string passed to `DriverManager.getConnection()` in the `Sample` class's `main()` method so that the certificate paths are fully and correctly specified.
1. Compile and run the code using Maven:
@@ -107,7 +107,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
@@ -186,7 +186,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
1. Compile and run the code using Maven:
{% include_cached copy-clipboard.html %}
@@ -204,7 +204,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
diff --git a/src/current/v24.2/community-tooling.md b/src/current/v24.2/community-tooling.md
index e1c5fa46702..f816576851b 100644
--- a/src/current/v24.2/community-tooling.md
+++ b/src/current/v24.2/community-tooling.md
@@ -10,7 +10,7 @@ The following tools have been tested or developed by the CockroachDB community,
If you encounter problems with using these tools, please contact the maintainer of the tool with details.
{{site.data.alerts.callout_success}}
-If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please [open a pull request to our docs GitHub repository](https://github.com/cockroachdb/docs/edit/master/v21.2/community-tooling.md).
+If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please contact the [Cockroach Labs documentation team](https://support.cockroachlabs.com/).
{{site.data.alerts.end}}
## Drivers and data access frameworks
diff --git a/src/current/v24.2/docs-mcp-integration.md b/src/current/v24.2/docs-mcp-integration.md
index 19aaac0b955..6456d75c32d 100644
--- a/src/current/v24.2/docs-mcp-integration.md
+++ b/src/current/v24.2/docs-mcp-integration.md
@@ -183,7 +183,7 @@ If the configuration doesn't seem to take effect:
For issues or feedback about the CockroachDB Docs MCP Server:
-- Report documentation issues on [GitHub](https://github.com/cockroachdb/docs/issues)
+- Report documentation issues through the feedback widget on any docs page
- Join the [CockroachDB Community Slack](https://www.cockroachlabs.com/join-community/) for help
## See Also
diff --git a/src/current/v24.3/build-a-java-app-with-cockroachdb-jooq.md b/src/current/v24.3/build-a-java-app-with-cockroachdb-jooq.md
index 9cc7c07ccf1..3c762bf8b7f 100644
--- a/src/current/v24.3/build-a-java-app-with-cockroachdb-jooq.md
+++ b/src/current/v24.3/build-a-java-app-with-cockroachdb-jooq.md
@@ -88,7 +88,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
1. Open `jooq-basic-sample/src/main/java/com/cockroachlabs/Sample.java`, and edit the connection string passed to `DriverManager.getConnection()` in the `Sample` class's `main()` method so that the certificate paths are fully and correctly specified.
1. Compile and run the code using Maven:
@@ -107,7 +107,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
@@ -186,7 +186,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
1. Compile and run the code using Maven:
{% include_cached copy-clipboard.html %}
@@ -204,7 +204,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
diff --git a/src/current/v24.3/community-tooling.md b/src/current/v24.3/community-tooling.md
index e1c5fa46702..f816576851b 100644
--- a/src/current/v24.3/community-tooling.md
+++ b/src/current/v24.3/community-tooling.md
@@ -10,7 +10,7 @@ The following tools have been tested or developed by the CockroachDB community,
If you encounter problems with using these tools, please contact the maintainer of the tool with details.
{{site.data.alerts.callout_success}}
-If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please [open a pull request to our docs GitHub repository](https://github.com/cockroachdb/docs/edit/master/v21.2/community-tooling.md).
+If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please contact the [Cockroach Labs documentation team](https://support.cockroachlabs.com/).
{{site.data.alerts.end}}
## Drivers and data access frameworks
diff --git a/src/current/v24.3/docs-mcp-integration.md b/src/current/v24.3/docs-mcp-integration.md
index 19aaac0b955..6456d75c32d 100644
--- a/src/current/v24.3/docs-mcp-integration.md
+++ b/src/current/v24.3/docs-mcp-integration.md
@@ -183,7 +183,7 @@ If the configuration doesn't seem to take effect:
For issues or feedback about the CockroachDB Docs MCP Server:
-- Report documentation issues on [GitHub](https://github.com/cockroachdb/docs/issues)
+- Report documentation issues through the feedback widget on any docs page
- Join the [CockroachDB Community Slack](https://www.cockroachlabs.com/join-community/) for help
## See Also
diff --git a/src/current/v25.1/build-a-java-app-with-cockroachdb-jooq.md b/src/current/v25.1/build-a-java-app-with-cockroachdb-jooq.md
index 9cc7c07ccf1..3c762bf8b7f 100644
--- a/src/current/v25.1/build-a-java-app-with-cockroachdb-jooq.md
+++ b/src/current/v25.1/build-a-java-app-with-cockroachdb-jooq.md
@@ -88,7 +88,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
1. Open `jooq-basic-sample/src/main/java/com/cockroachlabs/Sample.java`, and edit the connection string passed to `DriverManager.getConnection()` in the `Sample` class's `main()` method so that the certificate paths are fully and correctly specified.
1. Compile and run the code using Maven:
@@ -107,7 +107,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
@@ -186,7 +186,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
1. Compile and run the code using Maven:
{% include_cached copy-clipboard.html %}
@@ -204,7 +204,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
diff --git a/src/current/v25.1/community-tooling.md b/src/current/v25.1/community-tooling.md
index e1c5fa46702..f816576851b 100644
--- a/src/current/v25.1/community-tooling.md
+++ b/src/current/v25.1/community-tooling.md
@@ -10,7 +10,7 @@ The following tools have been tested or developed by the CockroachDB community,
If you encounter problems with using these tools, please contact the maintainer of the tool with details.
{{site.data.alerts.callout_success}}
-If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please [open a pull request to our docs GitHub repository](https://github.com/cockroachdb/docs/edit/master/v21.2/community-tooling.md).
+If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please contact the [Cockroach Labs documentation team](https://support.cockroachlabs.com/).
{{site.data.alerts.end}}
## Drivers and data access frameworks
diff --git a/src/current/v25.1/docs-mcp-integration.md b/src/current/v25.1/docs-mcp-integration.md
index 19aaac0b955..6456d75c32d 100644
--- a/src/current/v25.1/docs-mcp-integration.md
+++ b/src/current/v25.1/docs-mcp-integration.md
@@ -183,7 +183,7 @@ If the configuration doesn't seem to take effect:
For issues or feedback about the CockroachDB Docs MCP Server:
-- Report documentation issues on [GitHub](https://github.com/cockroachdb/docs/issues)
+- Report documentation issues through the feedback widget on any docs page
- Join the [CockroachDB Community Slack](https://www.cockroachlabs.com/join-community/) for help
## See Also
diff --git a/src/current/v25.2/build-a-java-app-with-cockroachdb-jooq.md b/src/current/v25.2/build-a-java-app-with-cockroachdb-jooq.md
index 9cc7c07ccf1..3c762bf8b7f 100644
--- a/src/current/v25.2/build-a-java-app-with-cockroachdb-jooq.md
+++ b/src/current/v25.2/build-a-java-app-with-cockroachdb-jooq.md
@@ -88,7 +88,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
1. Open `jooq-basic-sample/src/main/java/com/cockroachlabs/Sample.java`, and edit the connection string passed to `DriverManager.getConnection()` in the `Sample` class's `main()` method so that the certificate paths are fully and correctly specified.
1. Compile and run the code using Maven:
@@ -107,7 +107,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
@@ -186,7 +186,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
1. Compile and run the code using Maven:
{% include_cached copy-clipboard.html %}
@@ -204,7 +204,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
diff --git a/src/current/v25.2/community-tooling.md b/src/current/v25.2/community-tooling.md
index e1c5fa46702..f816576851b 100644
--- a/src/current/v25.2/community-tooling.md
+++ b/src/current/v25.2/community-tooling.md
@@ -10,7 +10,7 @@ The following tools have been tested or developed by the CockroachDB community,
If you encounter problems with using these tools, please contact the maintainer of the tool with details.
{{site.data.alerts.callout_success}}
-If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please [open a pull request to our docs GitHub repository](https://github.com/cockroachdb/docs/edit/master/v21.2/community-tooling.md).
+If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please contact the [Cockroach Labs documentation team](https://support.cockroachlabs.com/).
{{site.data.alerts.end}}
## Drivers and data access frameworks
diff --git a/src/current/v25.2/docs-mcp-integration.md b/src/current/v25.2/docs-mcp-integration.md
index 19aaac0b955..6456d75c32d 100644
--- a/src/current/v25.2/docs-mcp-integration.md
+++ b/src/current/v25.2/docs-mcp-integration.md
@@ -183,7 +183,7 @@ If the configuration doesn't seem to take effect:
For issues or feedback about the CockroachDB Docs MCP Server:
-- Report documentation issues on [GitHub](https://github.com/cockroachdb/docs/issues)
+- Report documentation issues through the feedback widget on any docs page
- Join the [CockroachDB Community Slack](https://www.cockroachlabs.com/join-community/) for help
## See Also
diff --git a/src/current/v25.3/build-a-java-app-with-cockroachdb-jooq.md b/src/current/v25.3/build-a-java-app-with-cockroachdb-jooq.md
index 9cc7c07ccf1..3c762bf8b7f 100644
--- a/src/current/v25.3/build-a-java-app-with-cockroachdb-jooq.md
+++ b/src/current/v25.3/build-a-java-app-with-cockroachdb-jooq.md
@@ -88,7 +88,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
1. Open `jooq-basic-sample/src/main/java/com/cockroachlabs/Sample.java`, and edit the connection string passed to `DriverManager.getConnection()` in the `Sample` class's `main()` method so that the certificate paths are fully and correctly specified.
1. Compile and run the code using Maven:
@@ -107,7 +107,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
@@ -186,7 +186,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
1. Compile and run the code using Maven:
{% include_cached copy-clipboard.html %}
@@ -204,7 +204,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
diff --git a/src/current/v25.3/community-tooling.md b/src/current/v25.3/community-tooling.md
index e1c5fa46702..f816576851b 100644
--- a/src/current/v25.3/community-tooling.md
+++ b/src/current/v25.3/community-tooling.md
@@ -10,7 +10,7 @@ The following tools have been tested or developed by the CockroachDB community,
If you encounter problems with using these tools, please contact the maintainer of the tool with details.
{{site.data.alerts.callout_success}}
-If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please [open a pull request to our docs GitHub repository](https://github.com/cockroachdb/docs/edit/master/v21.2/community-tooling.md).
+If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please contact the [Cockroach Labs documentation team](https://support.cockroachlabs.com/).
{{site.data.alerts.end}}
## Drivers and data access frameworks
diff --git a/src/current/v25.3/docs-mcp-integration.md b/src/current/v25.3/docs-mcp-integration.md
index 19aaac0b955..6456d75c32d 100644
--- a/src/current/v25.3/docs-mcp-integration.md
+++ b/src/current/v25.3/docs-mcp-integration.md
@@ -183,7 +183,7 @@ If the configuration doesn't seem to take effect:
For issues or feedback about the CockroachDB Docs MCP Server:
-- Report documentation issues on [GitHub](https://github.com/cockroachdb/docs/issues)
+- Report documentation issues through the feedback widget on any docs page
- Join the [CockroachDB Community Slack](https://www.cockroachlabs.com/join-community/) for help
## See Also
diff --git a/src/current/v25.4/build-a-java-app-with-cockroachdb-jooq.md b/src/current/v25.4/build-a-java-app-with-cockroachdb-jooq.md
index 9cc7c07ccf1..3c762bf8b7f 100644
--- a/src/current/v25.4/build-a-java-app-with-cockroachdb-jooq.md
+++ b/src/current/v25.4/build-a-java-app-with-cockroachdb-jooq.md
@@ -88,7 +88,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
1. Open `jooq-basic-sample/src/main/java/com/cockroachlabs/Sample.java`, and edit the connection string passed to `DriverManager.getConnection()` in the `Sample` class's `main()` method so that the certificate paths are fully and correctly specified.
1. Compile and run the code using Maven:
@@ -107,7 +107,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
@@ -186,7 +186,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
1. Compile and run the code using Maven:
{% include_cached copy-clipboard.html %}
@@ -204,7 +204,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
diff --git a/src/current/v25.4/community-tooling.md b/src/current/v25.4/community-tooling.md
index e1c5fa46702..f816576851b 100644
--- a/src/current/v25.4/community-tooling.md
+++ b/src/current/v25.4/community-tooling.md
@@ -10,7 +10,7 @@ The following tools have been tested or developed by the CockroachDB community,
If you encounter problems with using these tools, please contact the maintainer of the tool with details.
{{site.data.alerts.callout_success}}
-If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please [open a pull request to our docs GitHub repository](https://github.com/cockroachdb/docs/edit/master/v21.2/community-tooling.md).
+If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please contact the [Cockroach Labs documentation team](https://support.cockroachlabs.com/).
{{site.data.alerts.end}}
## Drivers and data access frameworks
diff --git a/src/current/v25.4/docs-mcp-integration.md b/src/current/v25.4/docs-mcp-integration.md
index 19aaac0b955..6456d75c32d 100644
--- a/src/current/v25.4/docs-mcp-integration.md
+++ b/src/current/v25.4/docs-mcp-integration.md
@@ -183,7 +183,7 @@ If the configuration doesn't seem to take effect:
For issues or feedback about the CockroachDB Docs MCP Server:
-- Report documentation issues on [GitHub](https://github.com/cockroachdb/docs/issues)
+- Report documentation issues through the feedback widget on any docs page
- Join the [CockroachDB Community Slack](https://www.cockroachlabs.com/join-community/) for help
## See Also
diff --git a/src/current/v26.1/build-a-java-app-with-cockroachdb-jooq.md b/src/current/v26.1/build-a-java-app-with-cockroachdb-jooq.md
index 9cc7c07ccf1..3c762bf8b7f 100644
--- a/src/current/v26.1/build-a-java-app-with-cockroachdb-jooq.md
+++ b/src/current/v26.1/build-a-java-app-with-cockroachdb-jooq.md
@@ -88,7 +88,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
1. Open `jooq-basic-sample/src/main/java/com/cockroachlabs/Sample.java`, and edit the connection string passed to `DriverManager.getConnection()` in the `Sample` class's `main()` method so that the certificate paths are fully and correctly specified.
1. Compile and run the code using Maven:
@@ -107,7 +107,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
@@ -186,7 +186,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
1. Compile and run the code using Maven:
{% include_cached copy-clipboard.html %}
@@ -204,7 +204,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
diff --git a/src/current/v26.1/community-tooling.md b/src/current/v26.1/community-tooling.md
index a0a6ceff0ab..98c1ea312cd 100644
--- a/src/current/v26.1/community-tooling.md
+++ b/src/current/v26.1/community-tooling.md
@@ -10,7 +10,7 @@ The following tools have been tested or developed by the CockroachDB community,
If you encounter problems with using these tools, please contact the maintainer of the tool with details.
{{site.data.alerts.callout_success}}
-If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please [open a pull request to our docs GitHub repository](https://github.com/cockroachdb/docs/edit/master/v21.2/community-tooling.md).
+If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please contact the [Cockroach Labs documentation team](https://support.cockroachlabs.com/).
{{site.data.alerts.end}}
## Drivers and data access frameworks
diff --git a/src/current/v26.1/docs-mcp-integration.md b/src/current/v26.1/docs-mcp-integration.md
index 19aaac0b955..6456d75c32d 100644
--- a/src/current/v26.1/docs-mcp-integration.md
+++ b/src/current/v26.1/docs-mcp-integration.md
@@ -183,7 +183,7 @@ If the configuration doesn't seem to take effect:
For issues or feedback about the CockroachDB Docs MCP Server:
-- Report documentation issues on [GitHub](https://github.com/cockroachdb/docs/issues)
+- Report documentation issues through the feedback widget on any docs page
- Join the [CockroachDB Community Slack](https://www.cockroachlabs.com/join-community/) for help
## See Also
diff --git a/src/current/v26.2/build-a-java-app-with-cockroachdb-jooq.md b/src/current/v26.2/build-a-java-app-with-cockroachdb-jooq.md
index 9cc7c07ccf1..3c762bf8b7f 100644
--- a/src/current/v26.2/build-a-java-app-with-cockroachdb-jooq.md
+++ b/src/current/v26.2/build-a-java-app-with-cockroachdb-jooq.md
@@ -88,7 +88,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
1. Open `jooq-basic-sample/src/main/java/com/cockroachlabs/Sample.java`, and edit the connection string passed to `DriverManager.getConnection()` in the `Sample` class's `main()` method so that the certificate paths are fully and correctly specified.
1. Compile and run the code using Maven:
@@ -107,7 +107,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
@@ -186,7 +186,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
1. Compile and run the code using Maven:
{% include_cached copy-clipboard.html %}
@@ -204,7 +204,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
diff --git a/src/current/v26.2/community-tooling.md b/src/current/v26.2/community-tooling.md
index a0a6ceff0ab..98c1ea312cd 100644
--- a/src/current/v26.2/community-tooling.md
+++ b/src/current/v26.2/community-tooling.md
@@ -10,7 +10,7 @@ The following tools have been tested or developed by the CockroachDB community,
If you encounter problems with using these tools, please contact the maintainer of the tool with details.
{{site.data.alerts.callout_success}}
-If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please [open a pull request to our docs GitHub repository](https://github.com/cockroachdb/docs/edit/master/v21.2/community-tooling.md).
+If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please contact the [Cockroach Labs documentation team](https://support.cockroachlabs.com/).
{{site.data.alerts.end}}
## Drivers and data access frameworks
diff --git a/src/current/v26.2/docs-mcp-integration.md b/src/current/v26.2/docs-mcp-integration.md
index 19aaac0b955..6456d75c32d 100644
--- a/src/current/v26.2/docs-mcp-integration.md
+++ b/src/current/v26.2/docs-mcp-integration.md
@@ -183,7 +183,7 @@ If the configuration doesn't seem to take effect:
For issues or feedback about the CockroachDB Docs MCP Server:
-- Report documentation issues on [GitHub](https://github.com/cockroachdb/docs/issues)
+- Report documentation issues through the feedback widget on any docs page
- Join the [CockroachDB Community Slack](https://www.cockroachlabs.com/join-community/) for help
## See Also
diff --git a/src/current/v26.3/build-a-java-app-with-cockroachdb-jooq.md b/src/current/v26.3/build-a-java-app-with-cockroachdb-jooq.md
index 9cc7c07ccf1..3c762bf8b7f 100644
--- a/src/current/v26.3/build-a-java-app-with-cockroachdb-jooq.md
+++ b/src/current/v26.3/build-a-java-app-with-cockroachdb-jooq.md
@@ -88,7 +88,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/jooq-basic-sample/jooq-basic-sample.zip).
1. Open `jooq-basic-sample/src/main/java/com/cockroachlabs/Sample.java`, and edit the connection string passed to `DriverManager.getConnection()` in the `Sample` class's `main()` method so that the certificate paths are fully and correctly specified.
1. Compile and run the code using Maven:
@@ -107,7 +107,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
@@ -186,7 +186,7 @@ In addition, the code shows a pattern for automatically handling [transaction re
To run it:
-1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachdb/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
+1. Download and unzip [jooq-basic-sample.zip](https://github.com/cockroachlabs/docs/raw/master/_includes/{{ page.version.version }}/app/insecure/jooq-basic-sample/jooq-basic-sample.zip).
1. Compile and run the code using Maven:
{% include_cached copy-clipboard.html %}
@@ -204,7 +204,7 @@ To run it:
$ mvn exec:java -Dexec.mainClass=com.cockroachlabs.Sample
~~~
-Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachdb/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
+Here are the contents of [`Sample.java`](https://raw.githubusercontent.com/cockroachlabs/docs/master/_includes/{{page.version.version}}/app/insecure/jooq-basic-sample/Sample.java), the Java file containing the main `Sample` class:
{% include_cached copy-clipboard.html %}
~~~ java
diff --git a/src/current/v26.3/community-tooling.md b/src/current/v26.3/community-tooling.md
index a0a6ceff0ab..98c1ea312cd 100644
--- a/src/current/v26.3/community-tooling.md
+++ b/src/current/v26.3/community-tooling.md
@@ -10,7 +10,7 @@ The following tools have been tested or developed by the CockroachDB community,
If you encounter problems with using these tools, please contact the maintainer of the tool with details.
{{site.data.alerts.callout_success}}
-If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please [open a pull request to our docs GitHub repository](https://github.com/cockroachdb/docs/edit/master/v21.2/community-tooling.md).
+If you have a tested or developed a third-party tool with CockroachDB, and would like it listed on this page, please contact the [Cockroach Labs documentation team](https://support.cockroachlabs.com/).
{{site.data.alerts.end}}
## Drivers and data access frameworks
diff --git a/src/current/v26.3/docs-mcp-integration.md b/src/current/v26.3/docs-mcp-integration.md
index 19aaac0b955..6456d75c32d 100644
--- a/src/current/v26.3/docs-mcp-integration.md
+++ b/src/current/v26.3/docs-mcp-integration.md
@@ -183,7 +183,7 @@ If the configuration doesn't seem to take effect:
For issues or feedback about the CockroachDB Docs MCP Server:
-- Report documentation issues on [GitHub](https://github.com/cockroachdb/docs/issues)
+- Report documentation issues through the feedback widget on any docs page
- Join the [CockroachDB Community Slack](https://www.cockroachlabs.com/join-community/) for help
## See Also