Skip to content

Commit

Permalink
Fix all broken or uncheckable external links across all docs. (cockro…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Evans authored Dec 7, 2021
1 parent 31fbb6d commit 8973f26
Show file tree
Hide file tree
Showing 38 changed files with 62 additions and 58 deletions.
6 changes: 5 additions & 1 deletion .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ IgnoreDirs:
- ^docs/dev
- ^docs/v1.2
IgnoreURLs:
- http://localhost:4000
- "http://localhost*"
- "https://github.com.*"
- "https://movr.cloud"
- "https://support.cockroachlabs.com/*"
- "https://www.php.net/*"
- "https://crates.io/*"
- "https://docs.pipenv.org/*"
IgnoreInternalEmptyHash: true
TestFilesConcurrently: true
DocumentConcurrencyLimit: 16
6 changes: 3 additions & 3 deletions v1.0/build-a-php-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ toc: true
twitter: false
---

This tutorial shows you how build a simple PHP application with CockroachDB using a PostgreSQL-compatible driver. We've tested and can recommend the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php), so that driver is featured here.
This tutorial shows you how build a simple PHP application with CockroachDB using a PostgreSQL-compatible driver. We've tested and can recommend the [php-pgsql driver](https://www.php.net/manual/en/book.pgsql.php), so that driver is featured here.


## Before You Begin
Expand All @@ -14,7 +14,7 @@ Make sure you have already [installed CockroachDB](install-cockroachdb.html).

## Step 1. Install the php-pgsql driver

Install the php-pgsql driver as described in the [official documentation](http://php.net/manual/en/book.pgsql.php).
Install the php-pgsql driver as described in the [official documentation](https://www.php.net/manual/en/book.pgsql.php).

{% include {{ page.version.version }}/app/common-steps.md %}

Expand Down Expand Up @@ -77,7 +77,7 @@ $ cockroach sql --insecure -e 'SELECT id, balance FROM accounts' --database=bank

## What's Next?

Read more about using the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php).
Read more about using the [php-pgsql driver](https://www.php.net/manual/en/book.pgsql.php).

You might also be interested in using a local cluster to explore the following core CockroachDB features:

Expand Down
2 changes: 1 addition & 1 deletion v1.0/install-client-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Node.js | [pg](https://www.npmjs.com/package/pg)
C | [libpq](http://www.postgresql.org/docs/9.5/static/libpq.html)
C++ | [libpqxx](https://github.com/jtv/libpqxx)
Clojure | [java.jdbc](http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html)
PHP | [php-pgsql](http://php.net/manual/en/book.pgsql.php)
PHP | [php-pgsql](https://www.php.net/manual/en/book.pgsql.php)
Rust | <a href="https://crates.io/crates/postgres/" data-proofer-ignore>postgres</a> {% comment %} This link is in HTML instead of Markdown because HTML proofer dies bc of https://github.com/rust-lang/crates.io/issues/163 {% endcomment %}
6 changes: 3 additions & 3 deletions v1.1/build-a-php-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ twitter: false

This tutorial shows you how build a simple PHP application with CockroachDB using a PostgreSQL-compatible driver.

We have tested the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php) enough to claim **beta-level** support, so that driver is featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.
We have tested the [php-pgsql driver](https://www.php.net/manual/en/book.pgsql.php) enough to claim **beta-level** support, so that driver is featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.


## Before You Begin
Expand All @@ -16,7 +16,7 @@ Make sure you have already [installed CockroachDB](install-cockroachdb.html).

## Step 1. Install the php-pgsql driver

Install the php-pgsql driver as described in the [official documentation](http://php.net/manual/en/book.pgsql.php).
Install the php-pgsql driver as described in the [official documentation](https://www.php.net/manual/en/book.pgsql.php).

{% include {{ page.version.version }}/app/common-steps.md %}

Expand Down Expand Up @@ -79,6 +79,6 @@ $ cockroach sql --insecure -e 'SELECT id, balance FROM accounts' --database=bank

## What's Next?

Read more about using the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php).
Read more about using the [php-pgsql driver](https://www.php.net/manual/en/book.pgsql.php).

{% include {{ page.version.version }}/app/see-also-links.md %}
2 changes: 1 addition & 1 deletion v1.1/install-client-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ C | [libpq](http://www.postgresql.org/docs/9.5/static/libpq.html)
C++ | [libpqxx](https://github.com/jtv/libpqxx)
C# (.NET) | [Npgsql](http://www.npgsql.org/)
Clojure | [java.jdbc](http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html)
PHP | [php-pgsql](http://php.net/manual/en/book.pgsql.php)
PHP | [php-pgsql](https://www.php.net/manual/en/book.pgsql.php)
Rust | <a href="https://crates.io/crates/postgres/" data-proofer-ignore>postgres</a> {% comment %} This link is in HTML instead of Markdown because HTML proofer dies bc of https://github.com/rust-lang/crates.io/issues/163 {% endcomment %}
6 changes: 3 additions & 3 deletions v19.1/build-a-php-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ twitter: false

This tutorial shows you how build a simple PHP application with CockroachDB using a PostgreSQL-compatible driver.

We have tested the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php) enough to claim **beta-level** support, so that driver is featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.
We have tested the [php-pgsql driver](https://www.php.net/manual/en/book.pgsql.php) enough to claim **beta-level** support, so that driver is featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.

## Before you begin

{% include {{page.version.version}}/app/before-you-begin.md %}

## Step 1. Install the php-pgsql driver

Install the php-pgsql driver as described in the [official documentation](http://php.net/manual/en/book.pgsql.php).
Install the php-pgsql driver as described in the [official documentation](https://www.php.net/manual/en/book.pgsql.php).

<section class="filter-content" markdown="1" data-scope="secure">

Expand Down Expand Up @@ -170,6 +170,6 @@ $ cockroach sql --insecure -e 'SELECT id, balance FROM accounts' --database=bank

## What's next?

Read more about using the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php).
Read more about using the [php-pgsql driver](https://www.php.net/manual/en/book.pgsql.php).

{% include {{ page.version.version }}/app/see-also-links.md %}
2 changes: 1 addition & 1 deletion v19.1/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Generating a key file can be done using the `cockroach` CLI:
$ cockroach gen encryption-key -s 128 /path/to/my/aes-128.key
~~~

Or the equivalent [openssl](https://www.openssl.org/docs/man1.0.2/apps/openssl.html) CLI command:
Or the equivalent [openssl](https://www.openssl.org/docs/man1.1.1/man1/openssl.html) CLI command:

{% include copy-clipboard.html %}
~~~ shell
Expand Down
6 changes: 3 additions & 3 deletions v19.2/build-a-php-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ twitter: false

This tutorial shows you how build a simple PHP application with CockroachDB and the php-pgsql driver.

We have tested the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php) enough to claim **beta-level** support. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.
We have tested the [php-pgsql driver](https://www.php.net/manual/en/book.pgsql.php) enough to claim **beta-level** support. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.

## Before you begin

{% include {{page.version.version}}/app/before-you-begin.md %}

## Step 1. Install the php-pgsql driver

Install the php-pgsql driver as described in the [official documentation](http://php.net/manual/en/book.pgsql.php).
Install the php-pgsql driver as described in the [official documentation](https://www.php.net/manual/en/book.pgsql.php).

<section class="filter-content" markdown="1" data-scope="secure">

Expand Down Expand Up @@ -170,6 +170,6 @@ $ cockroach sql --insecure -e 'SELECT id, balance FROM accounts' --database=bank

## What's next?

Read more about using the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php).
Read more about using the [php-pgsql driver](https://www.php.net/manual/en/book.pgsql.php).

{% include {{ page.version.version }}/app/see-also-links.md %}
2 changes: 1 addition & 1 deletion v19.2/collate.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Collated strings are important because different languages have [different rules

## Supported collations

CockroachDB supports collations identified by [Unicode locale identifiers](http://cldr.unicode.org/core-spec#Identifiers). For example, `en-US` identifies US English, `es` identifies Spanish, and `fr-CA` identifies Canadian French. Collation names are case-insensitive, and hyphens and underscores are interchangeable.
CockroachDB supports collations identified by [Unicode locale identifiers](https://cldr.unicode.org/development/core-specification#h.vgyyng33o798). For example, `en-US` identifies US English, `es` identifies Spanish, and `fr-CA` identifies Canadian French. Collation names are case-insensitive, and hyphens and underscores are interchangeable.

{{site.data.alerts.callout_info}}
If a hyphen is used in a SQL query, the collation name must be enclosed in double quotes, as single quotes are used for SQL string literals.
Expand Down
2 changes: 1 addition & 1 deletion v19.2/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Generating a key file can be done using the `cockroach` CLI:
$ cockroach gen encryption-key -s 128 /path/to/my/aes-128.key
~~~

Or the equivalent [openssl](https://www.openssl.org/docs/man1.0.2/apps/openssl.html) CLI command:
Or the equivalent [openssl](https://www.openssl.org/docs/man1.1.1/man1/openssl.html) CLI command:

{% include copy-clipboard.html %}
~~~ shell
Expand Down
2 changes: 1 addition & 1 deletion v19.2/install-client-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ For a simple but complete "Hello World" example app, see [Build a Closure App wi

**Support level:** Beta

Install the php-pgsql driver as described in the [official documentation](http://php.net/manual/en/book.pgsql.php).
Install the php-pgsql driver as described in the [official documentation](https://www.php.net/manual/en/book.pgsql.php).

For a simple but complete "Hello World" example app, see [Build a PHP App with CockroachDB and the PHP pgsql Driver](build-a-php-app-with-cockroachdb.html).

Expand Down
6 changes: 3 additions & 3 deletions v2.0/build-a-php-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ twitter: false

This tutorial shows you how build a simple PHP application with CockroachDB using a PostgreSQL-compatible driver.

We have tested the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php) enough to claim **beta-level** support, so that driver is featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.
We have tested the [php-pgsql driver](https://www.php.net/manual/en/book.pgsql.php) enough to claim **beta-level** support, so that driver is featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.

## Before you begin

{% include {{page.version.version}}/app/before-you-begin.md %}

## Step 1. Install the php-pgsql driver

Install the php-pgsql driver as described in the [official documentation](http://php.net/manual/en/book.pgsql.php).
Install the php-pgsql driver as described in the [official documentation](https://www.php.net/manual/en/book.pgsql.php).

<section class="filter-content" markdown="1" data-scope="secure">

Expand Down Expand Up @@ -170,6 +170,6 @@ $ cockroach sql --insecure -e 'SELECT id, balance FROM accounts' --database=bank

## What's next?

Read more about using the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php).
Read more about using the [php-pgsql driver](https://www.php.net/manual/en/book.pgsql.php).

{% include {{ page.version.version }}/app/see-also-links.md %}
2 changes: 1 addition & 1 deletion v2.0/install-client-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ C | [libpq](http://www.postgresql.org/docs/9.5/static/libpq.html)
C++ | [libpqxx](https://github.com/jtv/libpqxx)
C# (.NET) | [Npgsql](http://www.npgsql.org/)
Clojure | [java.jdbc](http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html)
PHP | [php-pgsql](http://php.net/manual/en/book.pgsql.php)
PHP | [php-pgsql](https://www.php.net/manual/en/book.pgsql.php)
Rust | <a href="https://crates.io/crates/postgres/" data-proofer-ignore>postgres</a> {% comment %} This link is in HTML instead of Markdown because HTML proofer dies bc of https://github.com/rust-lang/crates.io/issues/163 {% endcomment %}
6 changes: 3 additions & 3 deletions v2.1/build-a-php-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ twitter: false

This tutorial shows you how build a simple PHP application with CockroachDB using a PostgreSQL-compatible driver.

We have tested the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php) enough to claim **beta-level** support, so that driver is featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.
We have tested the [php-pgsql driver](https://www.php.net/manual/en/book.pgsql.php) enough to claim **beta-level** support, so that driver is featured here. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.

## Before you begin

{% include {{page.version.version}}/app/before-you-begin.md %}

## Step 1. Install the php-pgsql driver

Install the php-pgsql driver as described in the [official documentation](http://php.net/manual/en/book.pgsql.php).
Install the php-pgsql driver as described in the [official documentation](https://www.php.net/manual/en/book.pgsql.php).

<section class="filter-content" markdown="1" data-scope="secure">

Expand Down Expand Up @@ -170,6 +170,6 @@ $ cockroach sql --insecure -e 'SELECT id, balance FROM accounts' --database=bank

## What's next?

Read more about using the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php).
Read more about using the [php-pgsql driver](https://www.php.net/manual/en/book.pgsql.php).

{% include {{ page.version.version }}/app/see-also-links.md %}
2 changes: 1 addition & 1 deletion v2.1/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Generating a key file can be done using the `cockroach` CLI:
$ cockroach gen encryption-key -s 128 /path/to/my/aes-128.key
~~~

Or the equivalent [openssl](https://www.openssl.org/docs/man1.0.2/apps/openssl.html) CLI command:
Or the equivalent [openssl](https://www.openssl.org/docs/man1.1.1/man1/openssl.html) CLI command:

{% include copy-clipboard.html %}
~~~ shell
Expand Down
2 changes: 1 addition & 1 deletion v2.1/install-client-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ C | [libpq](http://www.postgresql.org/docs/9.5/static/libpq.html)
C++ | [libpqxx](https://github.com/jtv/libpqxx)
C# (.NET) | [Npgsql](http://www.npgsql.org/)
Clojure | [java.jdbc](http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html)
PHP | [php-pgsql](http://php.net/manual/en/book.pgsql.php)
PHP | [php-pgsql](https://www.php.net/manual/en/book.pgsql.php)
Rust | <a href="https://crates.io/crates/postgres/" data-proofer-ignore>postgres</a> {% comment %} This link is in HTML instead of Markdown because HTML proofer dies bc of https://github.com/rust-lang/crates.io/issues/163 {% endcomment %}
6 changes: 3 additions & 3 deletions v20.1/build-a-php-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ twitter: false

This tutorial shows you how build a simple PHP application with CockroachDB and the php-pgsql driver.

We have tested the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php) enough to claim **beta-level** support. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.
We have tested the [php-pgsql driver](https://www.php.net/manual/en/book.pgsql.php) enough to claim **beta-level** support. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.

## Before you begin

{% include {{page.version.version}}/app/before-you-begin.md %}

## Step 1. Install the php-pgsql driver

Install the php-pgsql driver as described in the [official documentation](http://php.net/manual/en/book.pgsql.php).
Install the php-pgsql driver as described in the [official documentation](https://www.php.net/manual/en/book.pgsql.php).

<section class="filter-content" markdown="1" data-scope="secure">

Expand Down Expand Up @@ -170,6 +170,6 @@ $ cockroach sql --insecure -e 'SELECT id, balance FROM accounts' --database=bank

## What's next?

Read more about using the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php).
Read more about using the [php-pgsql driver](https://www.php.net/manual/en/book.pgsql.php).

{% include {{ page.version.version }}/app/see-also-links.md %}
2 changes: 1 addition & 1 deletion v20.1/collate.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Collated strings are important because different languages have [different rules

## Supported collations

CockroachDB supports collations identified by [Unicode locale identifiers](http://cldr.unicode.org/core-spec#Identifiers). For example, `en-US` identifies US English, `es` identifies Spanish, and `fr-CA` identifies Canadian French. Collation names are case-insensitive, and hyphens and underscores are interchangeable.
CockroachDB supports collations identified by [Unicode locale identifiers](https://cldr.unicode.org/development/core-specification#h.vgyyng33o798). For example, `en-US` identifies US English, `es` identifies Spanish, and `fr-CA` identifies Canadian French. Collation names are case-insensitive, and hyphens and underscores are interchangeable.

{{site.data.alerts.callout_info}}
If a hyphen is used in a SQL query, the collation name must be enclosed in double quotes, as single quotes are used for SQL string literals.
Expand Down
2 changes: 1 addition & 1 deletion v20.1/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Generating a key file can be done using the `cockroach` CLI:
$ cockroach gen encryption-key -s 128 /path/to/my/aes-128.key
~~~

Or the equivalent [openssl](https://www.openssl.org/docs/man1.0.2/apps/openssl.html) CLI command:
Or the equivalent [openssl](https://www.openssl.org/docs/man1.1.1/man1/openssl.html) CLI command:

{% include copy-clipboard.html %}
~~~ shell
Expand Down
2 changes: 1 addition & 1 deletion v20.1/install-client-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ For a simple but complete "Hello World" example app, see [Build a Closure App wi

**Support level:** Beta

Install the php-pgsql driver as described in the [official documentation](http://php.net/manual/en/book.pgsql.php).
Install the php-pgsql driver as described in the [official documentation](https://www.php.net/manual/en/book.pgsql.php).

For a simple but complete "Hello World" example app, see [Build a PHP App with CockroachDB and the PHP pgsql Driver](build-a-php-app-with-cockroachdb.html).

Expand Down
6 changes: 3 additions & 3 deletions v20.2/build-a-php-app-with-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ twitter: false

This tutorial shows you how build a simple PHP application with CockroachDB and the php-pgsql driver.

We have tested the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php) enough to claim **beta-level** support. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.
We have tested the [php-pgsql driver](https://www.php.net/manual/en/book.pgsql.php) enough to claim **beta-level** support. If you encounter problems, please [open an issue](https://github.com/cockroachdb/cockroach/issues/new) with details to help us make progress toward full support.

## Before you begin

{% include {{page.version.version}}/app/before-you-begin.md %}

## Step 1. Install the php-pgsql driver

Install the php-pgsql driver as described in the [official documentation](http://php.net/manual/en/book.pgsql.php).
Install the php-pgsql driver as described in the [official documentation](https://www.php.net/manual/en/book.pgsql.php).

<section class="filter-content" markdown="1" data-scope="secure">

Expand Down Expand Up @@ -170,6 +170,6 @@ $ cockroach sql --insecure -e 'SELECT id, balance FROM accounts' --database=bank

## What's next?

Read more about using the [php-pgsql driver](http://php.net/manual/en/book.pgsql.php).
Read more about using the [php-pgsql driver](https://www.php.net/manual/en/book.pgsql.php).

{% include {{ page.version.version }}/app/see-also-links.md %}
Loading

0 comments on commit 8973f26

Please sign in to comment.