Skip to content

Commit 1a96051

Browse files
CopilotTimHess
andcommitted
Fix GemFire 404s, CSB Azure MySQL/Postgres 404s, re-include file:// links in checker
Co-authored-by: TimHess <3947063+TimHess@users.noreply.github.com>
1 parent 8c34132 commit 1a96051

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/check-links.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
--exclude 'fortuneservice'
4040
--exclude '\.internal'
4141
--exclude 'consul-register-example'
42-
--scheme https
43-
--scheme http
42+
--exclude '^docker://'
4443
--exclude-path '.git'
4544
--exclude-path 'docs/api'
4645
--max-concurrency 5

docs/docs/v2/connectors/gemfire.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
[VMware Tanzu GemFire](https://www.vmware.com/products/app-platform/tanzu-data-intelligence/gemfire) is VMware's distribution of [Apache Geode](https://geode.apache.org/). This connector was built for using GemFire in an application using the [GemFire Native Client](https://techdocs.broadcom.com/us/en/vmware-tanzu/data-solutions/tanzu-gemfire-native-client/10-4/gf-nc/dotnet-about-client-users-guide.html) on Cloud Foundry. It has not been extensively tested under other deployment configurations, but will be best-effort supported for other situations as well.
66

7-
>WARNING: The GemFire Native Client currently only supports 64 bit applications running on Windows. See [GemFire Native Client System Requirements](https://techdocs.broadcom.com/us/en/vmware-tanzu/data-solutions/tanzu-gemfire-native-client/10-4/gf-nc/dotnet-system-requirements.html) for more.
7+
>WARNING: The GemFire Native Client currently only supports 64 bit applications running on Windows. See [GemFire Native Client System Requirements](https://techdocs.broadcom.com/us/en/vmware-tanzu/data-solutions/tanzu-gemfire-native-client/10-4/gf-nc/dotnet-about-client-users-guide.html) for more.
88
99
## Usage
1010

@@ -46,7 +46,7 @@ For example, if you want to set the log-level and connection timeout, use the fo
4646
}
4747
```
4848

49-
Refer to the [GemFire documentation](https://techdocs.broadcom.com/us/en/vmware-tanzu/data-solutions/tanzu-gemfire-native-client/10-4/gf-nc/dotnet-configuring-sysprops.html) for a more complete list of settings to configure.
49+
Refer to the [GemFire documentation](https://techdocs.broadcom.com/us/en/vmware-tanzu/data-solutions/tanzu-gemfire-native-client/10-4/gf-nc/dotnet-about-client-users-guide.html) for a more complete list of settings to configure.
5050

5151
### Cloud Foundry
5252

@@ -67,7 +67,7 @@ cf bind-service myApp myPCCService
6767
cf restage myApp
6868
```
6969

70-
If your application fails to [programmatically create regions](https://techdocs.broadcom.com/us/en/vmware-tanzu/data-solutions/tanzu-gemfire-native-client/10-4/gf-nc/dotnet-regions.html), use the [gfsh CLI](https://techdocs.broadcom.com/us/en/vmware-tanzu/data-solutions/tanzu-gemfire/10-1/gf/tools_modules-gfsh-chapter_overview.html) to create it. You will need the gfsh url and the cluster operator credentials provided in the service binding:
70+
If your application fails to [programmatically create regions](https://techdocs.broadcom.com/us/en/vmware-tanzu/data-solutions/tanzu-gemfire-native-client/10-4/gf-nc/dotnet-about-client-users-guide.html), use the [gfsh CLI](https://techdocs.broadcom.com/us/en/vmware-tanzu/data-solutions/tanzu-gemfire/10-1/gf/tools_modules-gfsh-chapter_overview.html) to create it. You will need the gfsh url and the cluster operator credentials provided in the service binding:
7171

7272
```json
7373
"p-cloudcache": [{

docs/docs/v3/connectors/mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ cf restage myApp
100100

101101
>The preceding commands assume you use [Tanzu for MySQL](https://techdocs.broadcom.com/us/en/vmware-tanzu/platform/tanzu-mysql-tanzu-platform/10-1/mysql-tp/index.html), provided by Tanzu Platform. If you use a different service, you must adjust the `create-service` command to fit your environment.
102102
103-
This connector also works with the [Tanzu Cloud Service Broker for Azure](https://techdocs.broadcom.com/us/en/vmware-tanzu/platform/cloud-service-broker-azure/1-13/csb-azure/reference-azure-mysql.html).
103+
This connector also works with the [Tanzu Cloud Service Broker for Azure](https://techdocs.broadcom.com/us/en/vmware-tanzu/platform/cloud-service-broker-azure/1-13/csb-azure/index.html). Note that Azure MySQL was removed from newer versions of the service broker.
104104

105105
Once the service is bound to your application, the connector's settings are available in `VCAP_SERVICES`.
106106

docs/docs/v3/connectors/postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ cf restage myApp
7676

7777
>The preceding commands work for the PostgreSQL service provided by EDB on Cloud Foundry. For another service, adjust the `create-service` command to fit your environment.
7878
79-
This connector also works with the [Tanzu Cloud Service Broker for Azure](https://techdocs.broadcom.com/us/en/vmware-tanzu/platform/cloud-service-broker-azure/1-13/csb-azure/reference-azure-postgres.html).
79+
This connector also works with the [Tanzu Cloud Service Broker for Azure](https://techdocs.broadcom.com/us/en/vmware-tanzu/platform/cloud-service-broker-azure/1-13/csb-azure/index.html). Note that Azure PostgreSQL was removed from newer versions of the service broker.
8080

8181
Once the service is bound to your application, the connector's settings are available in `VCAP_SERVICES`.
8282

0 commit comments

Comments
 (0)