Skip to content

Commit 158fabf

Browse files
authored
Fix cloud link which redirects (#154)
1 parent f4d38e7 commit 158fabf

17 files changed

+17
-17
lines changed

src/pages/tutorials/common-assets/assumption.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ This tutorial assumes the following:
77
* Connectivity information for a Solace message-VPN
88
* Enabled client username and password
99

10-
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://www.solace.com/cloud/). You can find other ways to get access to Solace messaging below.
10+
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://solace.com/products/platform/cloud/). You can find other ways to get access to Solace messaging below.

src/pages/tutorials/common-assets/solaceMessaging-part1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ There are several ways you can get access to PubSub+ Messaging and find these re
3535

3636
### Option 1: Use PubSub+ Cloud
3737

38-
* Follow [these instructions](https://www.solace.com/cloud/) to quickly spin up a cloud-based PubSub+ messaging service for your applications.
38+
* Follow [these instructions](https://solace.com/products/platform/cloud/) to quickly spin up a cloud-based PubSub+ messaging service for your applications.
3939
* The messaging connectivity information is found in the service details in the connectivity tab (shown below). You will need:
4040
* Host:Port (use the SMF URI)
4141
* Message VPN

src/pages/tutorials/dotnet/persistence-with-queues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This tutorial assumes the following:
2525
* Enabled client username and password
2626
* Client-profile enabled with guaranteed messaging permissions.
2727

28-
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://www.solace.com/cloud/). You can find other ways to get access to Solace messaging below.
28+
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://solace.com/products/platform/cloud/). You can find other ways to get access to Solace messaging below.
2929

3030

3131
## Goals

src/pages/tutorials/dotnet/publish-subscribe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This tutorial assumes the following:
2323
* Connectivity information for a Solace message-VPN
2424
* Enabled client username and password
2525

26-
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](http://www.solace.com/cloud/). You can find other ways to get access to Solace messaging below.
26+
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](http://solace.com/products/platform/cloud/). You can find other ways to get access to Solace messaging below.
2727

2828

2929
## Goals

src/pages/tutorials/java-mqtt-paho/confirmed-delivery.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This tutorial assumes the following:
2323
* Client-profile enabled with guaranteed messaging permissions.
2424
* Enabled MQTT service
2525

26-
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://www.solace.com/cloud/). You can find other ways to get access to Solace messaging below.
26+
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://solace.com/products/platform/cloud/). You can find other ways to get access to Solace messaging below.
2727

2828
## Goals
2929

src/pages/tutorials/java-mqtt-paho/persistence-with-queues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This tutorial assumes the following:
2727
* Client-profile enabled with guaranteed messaging permissions.
2828
* Enabled MQTT service
2929

30-
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://www.solace.com/cloud/). You can find other ways to get access to Solace messaging below.
30+
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://solace.com/products/platform/cloud/). You can find other ways to get access to Solace messaging below.
3131

3232
## Goals
3333

src/pages/tutorials/java-mqtt-paho/request-reply.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This tutorial assumes the following:
2424
* Enabled client username and password
2525
* Enabled MQTT services
2626

27-
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://www.solace.com/cloud/). You can find other ways to get access to Solace messaging below.
27+
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://solace.com/products/platform/cloud/). You can find other ways to get access to Solace messaging below.
2828

2929
## Goals
3030

src/pages/tutorials/javarto/publish-subscribe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This tutorial assumes the following:
2424
* Connectivity information for a Solace message-VPN
2525
* Enabled client username and password
2626

27-
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://www.solace.com/cloud/). You can find other ways to get access to Solace messaging below.
27+
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://solace.com/products/platform/cloud/). You can find other ways to get access to Solace messaging below.
2828

2929
`markdown:pubSubGoal.md`
3030

src/pages/tutorials/jcsmp/confirmed-delivery.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This tutorial assumes the following:
2323
* Enabled client username and password
2424
* Client-profile enabled with guaranteed messaging permissions.
2525

26-
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://www.solace.com/cloud/). You can find other ways to get access to Solace messaging below.
26+
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://solace.com/products/platform/cloud/). You can find other ways to get access to Solace messaging below.
2727

2828
## Goals
2929

src/pages/tutorials/jcsmp/persistence-with-queues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This tutorial assumes the following:
2424
* Enabled client username and password
2525
* Client-profile enabled with guaranteed messaging permissions
2626

27-
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://www.solace.com/cloud/). You can find other ways to get access to Solace messaging below.
27+
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://solace.com/products/platform/cloud/). You can find other ways to get access to Solace messaging below.
2828

2929
## Goals
3030

src/pages/tutorials/jms/persistence-with-queues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This tutorial assumes the following:
2424
* Enabled client username and password
2525
* Client-profile enabled with guaranteed messaging permissions.
2626

27-
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://www.solace.com/cloud/). You can find other ways to get access to Solace messaging below.
27+
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://solace.com/products/platform/cloud/). You can find other ways to get access to Solace messaging below.
2828

2929
## Goals
3030

src/pages/tutorials/jms/using-jndi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This tutorial assumes the following:
3737
* Client-profile enabled with guaranteed messaging permissions.
3838
* Admin level rights to configure the message-VPN
3939

40-
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://www.solace.com/cloud/). You can find other ways to get access to Solace messaging below.
40+
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://solace.com/products/platform/cloud/). You can find other ways to get access to Solace messaging below.
4141

4242
### Goals
4343

src/pages/tutorials/nodejs/request-reply.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This tutorial assumes the following:
2323
* Connectivity information for a Solace message-VPN
2424
* Enabled client username and password
2525

26-
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](http://www.solace.com/cloud/). You can find other ways to get access to Solace messaging below.
26+
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](http://solace.com/products/platform/cloud/). You can find other ways to get access to Solace messaging below.
2727

2828
## Goals
2929

src/pages/tutorials/openmama/hello-world.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This tutorial assumes the following:
2525
* Connectivity information for a Solace message-VPN
2626
* Enabled client username and password
2727

28-
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://www.solace.com/cloud/). You can find other ways to get access to Solace messaging below.
28+
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://solace.com/products/platform/cloud/). You can find other ways to get access to Solace messaging below.
2929

3030
## Goals
3131

src/pages/tutorials/openmama/publish-subscribe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This tutorial assumes the following:
2727
* Connectivity information for a Solace message-VPN
2828
* Enabled client username and password
2929

30-
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://www.solace.com/cloud/). You can find other ways to get access to Solace messaging below.
30+
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://solace.com/products/platform/cloud/). You can find other ways to get access to Solace messaging below.
3131

3232
## Goals
3333

src/pages/tutorials/spring/spring-boot-autoconfigure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This tutorial assumes the following:
2727
* Connectivity information for a Solace message-VPN
2828
* Enabled client username and password
2929

30-
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://www.solace.com/cloud/). You can find other ways to get access to Solace messaging below.
30+
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://solace.com/products/platform/cloud/). You can find other ways to get access to Solace messaging below.
3131

3232
## Goals
3333

src/pages/tutorials/spring/spring-cloud-stream.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This tutorial assumes the following:
3232
* Connectivity information for a Solace message-VPN
3333
* Enabled client username and password
3434

35-
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://www.solace.com/cloud/). You can find other ways to get access to Solace messaging below.
35+
One simple way to get access to Solace messaging quickly is to create a messaging service in Solace Cloud [as outlined here](https://solace.com/products/platform/cloud/). You can find other ways to get access to Solace messaging below.
3636

3737
## Goals
3838

0 commit comments

Comments
 (0)