From 9a1a89dbf111cf7158cab2eac11a864647c4838e Mon Sep 17 00:00:00 2001 From: Kevin Pagtakhan Date: Wed, 1 Dec 2021 20:35:09 -0800 Subject: [PATCH] docs: replace links pointing to master with links pointing to main --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f32814e..1ff521d6 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ A JavaScript SDK for tracking events and revenue to [Amplitude](https://www.ampl ## Installation and Quick Start * For using the SDK, please visit our :100:[Developer Center](https://developers.amplitude.com/docs/javascript). -* For developing the SDK, please visit our [CONTRIBUTING.md](https://github.com/amplitude/Amplitude-JavaScript/blob/master/CONTRIBUTING.md). +* For developing the SDK, please visit our [CONTRIBUTING.md](https://github.com/amplitude/Amplitude-JavaScript/blob/main/CONTRIBUTING.md). ## Demo Pages -* A [demo page](https://github.com/amplitude/Amplitude-JavaScript/blob/master/test/browser/amplitudejs.html) showing a simple integration on a web page. -* A [demo page](https://github.com/amplitude/Amplitude-JavaScript/blob/master/test/browser/amplitudejs-requirejs.html) showing an integration using RequireJS. +* A [demo page](https://github.com/amplitude/Amplitude-JavaScript/blob/main/test/browser/amplitudejs.html) showing a simple integration on a web page. +* A [demo page](https://github.com/amplitude/Amplitude-JavaScript/blob/main/test/browser/amplitudejs-requirejs.html) showing an integration using RequireJS. * A [demo page](https://github.com/amplitude/GTM-Web-Demo) demonstrating a potential integration with Google Tag Manager.