Skip to content

Commit d5850ca

Browse files
committed
fix links
1 parent 1b3da7e commit d5850ca

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

articles/hdinsight-aks/flink/change-data-capture-connectors-for-apache-flink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The SQLServer CDC connector is a Flink source connector, which reads database sn
2828

2929
### Single Thread Reading
3030

31-
The SQLServer CDC source can’t work in parallel reading, because there's only one task, which can receive change events. For more information, refer [SQLServer CDC Connector](https://ververica.github.io/flink-cdc-connectors/master/content/connectors/sqlserver-cdc.html).
31+
The SQLServer CDC source can’t work in parallel reading, because there's only one task, which can receive change events. For more information, refer [SQLServer CDC Connector](https://github.com/apache/flink-cdc).
3232

3333
### DataStream Source
3434

articles/hdinsight-aks/flink/monitor-changes-postgres-table-flink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,5 @@ Now, let's learn how to monitor changes on PostgreSQL table using Flink-SQL CDC.
160160
### Reference
161161
162162
- [Apache Flink Website](https://flink.apache.org/)
163-
- [PostgreSQL CDC Connector](https://ververica.github.io/flink-cdc-connectors/release-2.1/content/connectors/postgres-cdc.html) is licensed under [Apache 2.0 License](https://github.com/ververica/flink-cdc-connectors/blob/master/LICENSE)
163+
- [PostgreSQL CDC Connector](https://github.com/apache/flink-cdc) is licensed under [Apache 2.0 License](https://github.com/ververica/flink-cdc-connectors/blob/master/LICENSE)
164164
- Apache, Apache Flink, Flink, and associated open source project names are [trademarks](../trademarks.md) of the [Apache Software Foundation](https://www.apache.org/) (ASF).

articles/hdinsight-aks/flink/sink-sql-server-table-using-flink-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,5 @@ Monitor the table on Flink SQL
170170

171171

172172
### Reference
173-
* [SQLServer CDC Connector](https://ververica.github.io/flink-cdc-connectors/master/content/connectors/sqlserver-cdc.html) is licensed under [Apache 2.0 License](https://github.com/ververica/flink-cdc-connectors/blob/master/LICENSE)
173+
* [SQLServer CDC Connector](https://github.com/apache/flink-cdc) is licensed under [Apache 2.0 License](https://github.com/ververica/flink-cdc-connectors/blob/master/LICENSE)
174174
* Apache, Apache Flink, Flink, and associated open source project names are [trademarks](../trademarks.md) of the [Apache Software Foundation](https://www.apache.org/) (ASF).

articles/openshift/howto-update-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ where:
2828
Running this command restarts worker machines and updates the cluster certificates, setting the cluster to a known, proper state.
2929

3030
> [!NOTE]
31-
> Certificates for custom domains need to be updated manually. For more information, see the [Red Hat OpenShift documentation](https://docs.openshift.com/rosa/rosa_install_access_delete_clusters/rosa_getting_started_iam/rosa-getting-started-workflow.html).
31+
> Certificates for custom domains need to be updated manually. For more information, see the [Red Hat OpenShift documentation](https://docs.openshift.com).

articles/operator-nexus/howto-run-instance-readiness-testing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ You can provide the network information in a `networks-blueprint.yml` file, simi
143143
## One time setup
144144

145145
### Download IRT
146-
IRT is distributed via tarball from the release section of the [nexus-samples](https://aka.ms/nexus-irt) GitHub repo.
146+
147+
IRT is distributed via tarball from the release section of the [nexus-samples](https://aka.ms/nexus-irt) GitHub repo. You need access to the nexus-samples GitHub repository before you access the nexus-samples.
147148
1. Find the release package marked with 'Latest', download it, extract it, and navigate to the `irt` directory.
148149
1. Extract the tarball to the local file system: `mkdir -p irt && tar xf nexus-irt.tar.gz --directory ./irt`.
149150
1. Switch to the new directory `cd irt`.

0 commit comments

Comments
 (0)