From 4a8109cf232f227f8f43e2741c929d0b8c5ee70d Mon Sep 17 00:00:00 2001 From: Jamie Anderson Date: Wed, 12 Feb 2020 11:50:21 +0000 Subject: [PATCH] Fix up links to point to correct repo locations. --- README.md | 2 +- index.js | 2 +- package.json | 2 +- test/README.md | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 41e18e4..48c8406 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Please see __[Compatibility Testing](test/)__. -- -_Source code for the animated figures above: [mobile-viewport-control-viz](https://github.com/shaunstripe/mobile-viewport-control-viz)_ +_Source code for the animated figures above: [mobile-viewport-control-viz](https://github.com/shaun-stripe/mobile-viewport-control-viz)_ [scroll-gif]:https://zippy.gfycat.com/EnchantedPowerfulIndri.gif diff --git a/index.js b/index.js index 444b03b..927f349 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,7 @@ // Copyright (c) 2016 Shaun Williams // ISC License // -// GitHub: https://github.com/shaunstripe/mobile-viewport-control +// GitHub: https://github.com/stripe/mobile-viewport-control // //--------------------------------------------------------------------------- diff --git a/package.json b/package.json index 65d9df7..a5b5992 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/shaunstripe/mobile-viewport-control.git" + "url": "git+https://github.com/stripe/mobile-viewport-control.git" }, "files": [ "index.js" diff --git a/test/README.md b/test/README.md index 3fb8642..4b0b364 100644 --- a/test/README.md +++ b/test/README.md @@ -48,9 +48,9 @@ page's scale to change from its specified `initial-scale`. This custom zoom level is maintained across refreshes. When opening in a new tab, the `initial-scale` is resumed._ -[Measure Test]:http://shaunstripe.github.io/mobile-viewport-control/test/unit/01-measure.html -[Freeze Test]:http://shaunstripe.github.io/mobile-viewport-control/test/unit/02-freeze.html -[Thaw Test]:http://shaunstripe.github.io/mobile-viewport-control/test/unit/03-thaw.html +[Measure Test]:http://stripe.github.io/mobile-viewport-control/test/unit/01-measure.html +[Freeze Test]:http://stripe.github.io/mobile-viewport-control/test/unit/02-freeze.html +[Thaw Test]:http://stripe.github.io/mobile-viewport-control/test/unit/03-thaw.html [Injection Method]:#injecting-into-existing-pages ## Injecting into Existing Pages @@ -70,7 +70,7 @@ The following bookmarklet will freeze the viewport scale, show a custom isolated element, and allow you to press a button to restore the view. ```js -javascript:(function(){document.body.appendChild(document.createElement('script')).src='https://rawgit.com/shaunstripe/mobile-viewport-control/master/test/bookmarklet/index.js?'+Math.random();}()) +javascript:(function(){document.body.appendChild(document.createElement('script')).src='https://stripe.github.io/mobile-viewport-control/test/bookmarklet/index.js?'+Math.random();}()) ``` ### With DevTools @@ -82,7 +82,7 @@ Chrome/webview can connect to Desktop Chrome DevTools. Inside DevTools, we can simply paste the body of the bookmarklet inside the JS console: ```js -document.body.appendChild(document.createElement('script')).src='https://rawgit.com/shaunstripe/mobile-viewport-control/master/test/bookmarklet/index.js?'+Math.random(); +document.body.appendChild(document.createElement('script')).src='https://stripe.github.io/mobile-viewport-control/test/bookmarklet/index.js?'+Math.random(); ``` iOS webviews require an extra step: you must run an webview app from a live