-
- {% 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
From c16d62ba05571c06f7eeb70c44fa2adbda46da88 Mon Sep 17 00:00:00 2001
From: ebembi-crdb
Date: Fri, 29 May 2026 22:26:05 +0530
Subject: [PATCH 2/2] Update remaining cockroachdb references for org migration
Update CODEOWNERS team refs, CI script org constants, Netlify
preview domain, Dockerfile source label, and internal documentation
URLs (README, StyleGuide, MarkdownGuide) from cockroachdb to
cockroachlabs.
DOC-17219, EDUENG-756, EDUENG-724, EDUENG-729
Co-Authored-By: Claude Opus 4.6
---
.github/CODEOWNERS | 46 ++++++++++----------
.github/scripts/cross_version_link_linter.py | 2 +-
.github/scripts/docs-prs-reviews.go | 4 +-
.github/workflows/changed_files.yml | 4 +-
MarkdownGuide.md | 6 +--
README.md | 2 +-
StyleGuide.md | 12 ++---
src/current/Dockerfile | 2 +-
8 files changed, 39 insertions(+), 39 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index b3e2c0bb5a0..9255c757f83 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,23 +1,23 @@
-/.bundle/ @cockroachdb/docs-infra-prs
-/.github/ @cockroachdb/docs-infra-prs
-/__tests__/ @cockroachdb/docs-infra-prs
-/_layouts/ @cockroachdb/docs-infra-prs
-/_plugins/ @cockroachdb/docs-infra-prs
-/css/ @cockroachdb/docs-infra-prs
-/fonts/ @cockroachdb/docs-infra-prs
-/githooks/ @cockroachdb/docs-infra-prs
-/jekyll-algolia-dev/ @cockroachdb/docs-infra-prs
-/js/ @cockroachdb/docs-infra-prs
-/netlify/ @cockroachdb/docs-infra-prs
-/vale/ @cockroachdb/docs-infra-prs
-_redirects @cockroachdb/docs-infra-prs
-.gitattributes @cockroachdb/docs-infra-prs
-.gitignore @cockroachdb/docs-infra-prs
-.htmltest.yaml @cockroachdb/docs-infra-prs
-.vale.ini @cockroachdb/docs-infra-prs
-Gemfile @cockroachdb/docs-infra-prs
-Makefile @cockroachdb/docs-infra-prs
-package.json @cockroachdb/docs-infra-prs
-search.html @cockroachdb/docs-infra-prs
-sitemap.xml @cockroachdb/docs-infra-prs
-update.sh @cockroachdb/docs-infra-prs
+/.bundle/ @cockroachlabs/docs-infra-prs
+/.github/ @cockroachlabs/docs-infra-prs
+/__tests__/ @cockroachlabs/docs-infra-prs
+/_layouts/ @cockroachlabs/docs-infra-prs
+/_plugins/ @cockroachlabs/docs-infra-prs
+/css/ @cockroachlabs/docs-infra-prs
+/fonts/ @cockroachlabs/docs-infra-prs
+/githooks/ @cockroachlabs/docs-infra-prs
+/jekyll-algolia-dev/ @cockroachlabs/docs-infra-prs
+/js/ @cockroachlabs/docs-infra-prs
+/netlify/ @cockroachlabs/docs-infra-prs
+/vale/ @cockroachlabs/docs-infra-prs
+_redirects @cockroachlabs/docs-infra-prs
+.gitattributes @cockroachlabs/docs-infra-prs
+.gitignore @cockroachlabs/docs-infra-prs
+.htmltest.yaml @cockroachlabs/docs-infra-prs
+.vale.ini @cockroachlabs/docs-infra-prs
+Gemfile @cockroachlabs/docs-infra-prs
+Makefile @cockroachlabs/docs-infra-prs
+package.json @cockroachlabs/docs-infra-prs
+search.html @cockroachlabs/docs-infra-prs
+sitemap.xml @cockroachlabs/docs-infra-prs
+update.sh @cockroachlabs/docs-infra-prs
diff --git a/.github/scripts/cross_version_link_linter.py b/.github/scripts/cross_version_link_linter.py
index c4e73f43e33..4192c50851e 100644
--- a/.github/scripts/cross_version_link_linter.py
+++ b/.github/scripts/cross_version_link_linter.py
@@ -247,7 +247,7 @@ def format_violations_for_github(self) -> str:
"",
"**Action Required**: Please update all cross-version links to use version variables or ensure links stay within the same version.",
"",
- "For more information about proper link formatting, see the [CockroachDB Docs Style Guide](https://github.com/cockroachdb/docs/blob/main/StyleGuide.md#links)."
+ "For more information about proper link formatting, see the [CockroachDB Docs Style Guide](https://github.com/cockroachlabs/docs/blob/main/StyleGuide.md#links)."
])
return "\n".join(lines)
diff --git a/.github/scripts/docs-prs-reviews.go b/.github/scripts/docs-prs-reviews.go
index 16705229a2a..2b111c1e90e 100644
--- a/.github/scripts/docs-prs-reviews.go
+++ b/.github/scripts/docs-prs-reviews.go
@@ -6,7 +6,7 @@
// As of the Change Date specified in that file, in accordance with
// the Business Source License, use of this software will be governed
// by the Apache License, Version 2.0, included in the file
-// https://raw.githubusercontent.com/cockroachdb/cockroach/master/licenses/APL.txt
+// https://raw.githubusercontent.com/cockroachlabs/cockroach-private/master/licenses/APL.txt
package main
@@ -83,7 +83,7 @@ type prReviewParse struct {
}
const (
- docsOrganization = "cockroachdb"
+ docsOrganization = "cockroachlabs"
docsRepo = "docs"
docsPrsTeam = "docs-prs"
)
diff --git a/.github/workflows/changed_files.yml b/.github/workflows/changed_files.yml
index 18963c60d62..16c4e97fea1 100644
--- a/.github/workflows/changed_files.yml
+++ b/.github/workflows/changed_files.yml
@@ -29,7 +29,7 @@ jobs:
function generateMainFiles() {
html_file=`echo "${1%.md}.html" | sed -E 's/src\/[^\/]*\///g'`
- file="$1"
+ file="$1"
output+="$file"
}
@@ -86,7 +86,7 @@ jobs:
read -ra path <<< "$file"
IFS=$OLDIFS
major_version=${path[-2]}
- file="${file}:"
+ file="${file}:"
output+="$file"
elif [[ $file == src/*/_includes/v* || $file == src/*/_includes/cockroachcloud* || $file == src/*/images/* ]] && [[ $file != src/**/*.json ]] && [[ $file != *.gitignore* ]]
then
diff --git a/MarkdownGuide.md b/MarkdownGuide.md
index 15619dd9692..b4de4c2712d 100644
--- a/MarkdownGuide.md
+++ b/MarkdownGuide.md
@@ -592,7 +592,7 @@ The contents of `shared-file.md` will now appear on all of the pages where you a
#### Different content depending on page name
-There may be cases where the content of the include file will need to vary slightly depending on what pages that content is being shared into. For example, while working on [cockroachdb/docs#12216](https://github.com/cockroachdb/docs/pull/12216), I needed a way to:
+There may be cases where the content of the include file will need to vary slightly depending on what pages that content is being shared into. For example, while working on [cockroachlabs/docs#12216](https://github.com/cockroachlabs/docs/pull/12216), I needed a way to:
- Have text be a link on the [Known Limitations](https://www.cockroachlabs.com/docs/stable/known-limitations) page.
- Have that same text _not_ be a link on the [Cost-Based Optimizer](https://www.cockroachlabs.com/docs/stable/cost-based-optimizer) page (since it would be a self-referring link).
@@ -615,7 +615,7 @@ Locality-optimized search
#### Remote includes
-Sometimes, you need to include files that are maintained in other places than the `cockroachdb/docs` repo but referenced in our docs. The `remote_include` tag is used for this. We most often use this tag for code samples, which are maintained in various repos.
+Sometimes, you need to include files that are maintained in other places than the `cockroachlabs/docs` repo but referenced in our docs. The `remote_include` tag is used for this. We most often use this tag for code samples, which are maintained in various repos.
For code samples, you usually want to show only part of a larger file to highlight a specific technique, or due to length considerations.
@@ -639,7 +639,7 @@ For more information about the `remote_include` tag, see the README in the [jeky
### Filter tabs
-Use filter tabs to create navigation between related pages. The [`filter-tabs.md`](https://github.com/cockroachdb/docs/blob/main/src/current/_includes/filter-tabs.md) include generates tabs that link to different pages.
+Use filter tabs to create navigation between related pages. The [`filter-tabs.md`](https://github.com/cockroachlabs/docs/blob/main/src/current/_includes/filter-tabs.md) include generates tabs that link to different pages.
**Note:** Filter tabs link to different URLs/pages, not tabs within a single page.
diff --git a/README.md b/README.md
index fe776def3c5..a808d5d25b9 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This repository contains the source files for the CockroachDB documentation avai
## Suggest Improvements
-Want a topic added to the docs? Need additional details or clarification? See an error or other problem? Please [open an issue](https://github.com/cockroachdb/docs/issues).
+Want a topic added to the docs? Need additional details or clarification? See an error or other problem? Please [open an issue](https://github.com/cockroachlabs/docs/issues).
## Resources
diff --git a/StyleGuide.md b/StyleGuide.md
index 05b31906b98..f8532ebaffe 100644
--- a/StyleGuide.md
+++ b/StyleGuide.md
@@ -283,7 +283,7 @@ Avoid terms that imply violence or harm.
- Replace "performance _hit_" with **reduced performance**.
- Replace "want to _hit_ up" with **want to visit**.
-Terminology around "kill" vs. "stop" vs. "terminate" is nuanced, as described [in this GitHub comment](https://github.com/cockroachdb/docs/issues/7767#issuecomment-662028864). Use your best judgement.
+Terminology around "kill" vs. "stop" vs. "terminate" is nuanced, as described [in this GitHub comment](https://github.com/cockroachlabs/docs/issues/7767#issuecomment-662028864). Use your best judgement.
### Write accessible documentation
@@ -372,7 +372,7 @@ A _concept_ topic explains how a particular feature works, or how a specific sys
- Provide as much relevant information as you can, and then link to other pages as necessary. If there is a related [reference](#reference) topic, link to it from within the conceptual topic.
-For templates that provide a starting point for writing concept topics, refer to the [concept templates](https://github.com/cockroachdb/docs/tree/main/templates/concept).
+For templates that provide a starting point for writing concept topics, refer to the [concept templates](https://github.com/cockroachlabs/docs/tree/main/templates/concept).
#### Examples
@@ -403,7 +403,7 @@ A _task_ topic provides step-by-step instructions to complete a specific goal. T
Tasks should **not** include concept or reference information; instead, a task should link to [Concept](#concept) and [Reference](#reference) topics as needed.
-For templates that provide a starting point for writing task topics, refer to the [task templates](https://github.com/cockroachdb/docs/tree/main/templates/task).
+For templates that provide a starting point for writing task topics, refer to the [task templates](https://github.com/cockroachlabs/docs/tree/main/templates/task).
#### Examples
@@ -422,7 +422,7 @@ Reference topics help users understand the precise meaning and effect of Cockroa
- The content should be comprehensive and accurate. This principle might apply to other page types, but it is especially important for reference, as it is the ultimate source of truth for a particular feature or interface.
- The content should be succinct. Details are often presented in table format. Prose is better suited for [Concept](#concept) topics.
-For templates that provide a starting point for writing reference topics, refer to the [reference templates](https://github.com/cockroachdb/docs/tree/main/templates/reference).
+For templates that provide a starting point for writing reference topics, refer to the [reference templates](https://github.com/cockroachlabs/docs/tree/main/templates/reference).
#### Examples
@@ -436,7 +436,7 @@ _Guides_ offer the reader a perspective on how to decide between a number of dif
To accomplish this goal, guides often link to several different [Concept](#concept) topics and compare and contrast them. They can also link to multiple [Task](#task) topics.
-For templates that provide a starting point for writing guide topics, refer to the [guide templates](https://github.com/cockroachdb/docs/tree/main/templates/guide).
+For templates that provide a starting point for writing guide topics, refer to the [guide templates](https://github.com/cockroachlabs/docs/tree/main/templates/guide).
#### Examples
@@ -564,7 +564,7 @@ For include file syntax, refer to the [Markdown Guide](MarkdownGuide.md#include-
Reference issues and pull requests by their corresponding number, prepended with `#`.
-**Example:** `[#1](https://github.com/cockroachdb/docs/pull/1)`
+**Example:** `[#1](https://github.com/cockroachlabs/docs/pull/1)`
#### External links
diff --git a/src/current/Dockerfile b/src/current/Dockerfile
index 12af3b7796f..35fe085e463 100644
--- a/src/current/Dockerfile
+++ b/src/current/Dockerfile
@@ -11,7 +11,7 @@ FROM ruby:3.4-slim
# Version labels
LABEL org.opencontainers.image.title="CockroachDB Docs Builder"
LABEL org.opencontainers.image.description="Hermetic build environment for CockroachDB documentation"
-LABEL org.opencontainers.image.source="https://github.com/cockroachdb/docs"
+LABEL org.opencontainers.image.source="https://github.com/cockroachlabs/docs"
LABEL ruby.version="3.4.0"
LABEL bundler.version="2.7.2"
LABEL jekyll.version="4.3.4"