Skip to content

Commit

Permalink
Fix broken link in README.mdFix broken link in README.md
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pgilmorepf committed Jun 1, 2017
1 parent 5e037f8 commit bf8cfb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

JavaScriptSDK for the Client API of PlayFab

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/).
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).

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


## 2. Prerequisites:

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

To connect to the PlayFab service, your machine must be running TLS v1.2 or better.
* For Windows, this means Windows 7 and above
Expand Down
2 changes: 1 addition & 1 deletion TypeScriptGettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The HTML file has a few important lines:
<script type="text/javascript" src="src/PlayFab/PlayFabClientApi.js"></script>
```

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/).
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/).

The other important HTML lines:
```HTML
Expand Down

0 comments on commit bf8cfb0

Please sign in to comment.