Skip to content

Commit bf8cfb0

Browse files
author
pgilmorepf
committed
Fix broken link in README.mdFix broken link in README.md
Summary: Fix broken link in README.mdFix broken link in README.md Test Plan: None Reviewers: bvanous Maniphest Tasks: T3051 Differential Revision: https://phab.playfabdev.com/D3922
1 parent 5e037f8 commit bf8cfb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
JavaScriptSDK for the Client API of PlayFab
77

8-
This SDK can alternatively be used via our CDN. Additional details can be found [here](https://playfab.com/playfab-now-serving-javascript-sdk-via-cdn/).
8+
This SDK can alternatively be used via our CDN. Additional details can be found [here](https://blog.playfab.com/blog/playfab-now-serving-javascript-sdk-via-cdn).
99

1010
If you want to start coding right away, check out our [JavaScript Getting Started Guide](JavaScriptGettingStarted.md)
1111

1212

1313
## 2. Prerequisites:
1414

15-
* Users should be very familiar with the topics covered in our [getting started guide](https://playfab.com/docs/getting-started-with-playfab/).
15+
* Users should be very familiar with the topics covered in our [getting started guide](https://api.playfab.com/docs/general-getting-started).
1616

1717
To connect to the PlayFab service, your machine must be running TLS v1.2 or better.
1818
* For Windows, this means Windows 7 and above

TypeScriptGettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The HTML file has a few important lines:
118118
<script type="text/javascript" src="src/PlayFab/PlayFabClientApi.js"></script>
119119
```
120120

121-
This line loads the Client-SDK from the local PlayFabSDK file. The latest version of this file is also available from [our CDN](https://download.playfab.com/PlayFabClientApi.js). For more information read our [CDN blog post](https://playfab.com/playfab-now-serving-javascript-sdk-via-cdn/).
121+
This line loads the Client-SDK from the local PlayFabSDK file. The latest version of this file is also available from [our CDN](https://download.playfab.com/PlayFabClientApi.js). For more information read our [CDN blog post](https://blog.playfab.com/blog/playfab-now-serving-javascript-sdk-via-cdn/).
122122

123123
The other important HTML lines:
124124
```HTML

0 commit comments

Comments
 (0)