Skip to content

Commit b46dc5f

Browse files
authored
docs(tutorial): add UTM param to Gatsby Cloud links (#31422)
1 parent be8fc87 commit b46dc5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/docs/tutorial/part-0/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ The final step in this part of the tutorial is to create accounts for the online
325325
In this Tutorial, you will deploy your site using Gatsby Cloud. To use Gatsby Cloud, you will need to set up a GitHub account and a Gatsby Cloud account. (Both accounts are free!)
326326

327327
* [Create a GitHub account.](https://github.com/join) GitHub is a website for storing your Git codebases (also called Git repositories).
328-
* [Create a Gatsby Cloud account.](/dashboard/signup/) Gatsby Cloud is a platform designed to be the best way to build and deploy your Gatsby sites.
328+
* [Create a Gatsby Cloud account.](/dashboard/signup/?utm_campaign=tutorial) Gatsby Cloud is a platform designed to be the best way to build and deploy your Gatsby sites.
329329

330330
## Summary
331331

docs/docs/tutorial/part-1/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Gatsby Cloud is an infrastructure platform that is specifically optimized for bu
236236
237237
To connect your code on GitHub to your Gatsby Cloud account, do the following:
238238
239-
1. Go to your [Gatsby Cloud Dashboard](https://gatsbyjs.com/dashboard/). Click on the **"Add a site"** button.
239+
1. Go to your [Gatsby Cloud Dashboard](/dashboard/?utm_campaign=tutorial). Click on the **"Add a site"** button.
240240
241241
![An empty Gatsby Cloud dashboard](./01-create-a-site-button.png)
242242

docs/docs/tutorial/part-2/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ git commit -m "Finished Gatsby Tutorial Part 2"
780780
git push
781781
```
782782
783-
Once your changes have been pushed to GitHub, Gatsby Cloud should notice the update and rebuild and deploy the latest version of your site. (It may take a few minutes for your changes to be reflected on the live site. Watch your build's progress from your [Gatsby Cloud dashboard](/dashboard).)
783+
Once your changes have been pushed to GitHub, Gatsby Cloud should notice the update and rebuild and deploy the latest version of your site. (It may take a few minutes for your changes to be reflected on the live site. Watch your build's progress from your [Gatsby Cloud dashboard](/dashboard/?utm_campaign=tutorial).)
784784
785785
</Announcement>
786786

0 commit comments

Comments
 (0)