Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 405bc44

Browse files
authored
Merge pull request #250 from coliff/patch-1
update URLS in README to HTTPS
2 parents 74a4b5b + b031685 commit 405bc44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following table briefly explains what each plugin does; you can click on the
7272
</tr>
7373
</table>
7474

75-
**Disclaimer:** autotrack is maintained by members of the Google Analytics developer platform team and is primarily intended for a developer audience. It is not an official Google Analytics product and does not qualify for Google Analytics 360 support. Developers who choose to use this library are responsible for ensuring that their implementation meets the requirements of the [Google Analytics Terms of Service](https://www.google.com/analytics/terms/us.html) and the legal obligations of their respective country.
75+
**Disclaimer:** autotrack is maintained by members of the Google Analytics developer platform team and is primarily intended for a developer audience. It is not an official Google Analytics product and does not qualify for Google Analytics 360 support. Developers who choose to use this library are responsible for ensuring that their implementation meets the requirements of the [Google Analytics Terms of Service](https://marketingplatform.google.com/about/analytics/terms/us/) and the legal obligations of their respective country.
7676

7777
## Installation and usage
7878

@@ -110,7 +110,7 @@ Of course, you'll have to make the following modifications to the above code to
110110

111111
### Loading autotrack via npm
112112

113-
If you use npm and a module loader that understands [ES2015 imports](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import) (e.g. [Webpack](https://webpack.js.org/), [Rollup](http://rollupjs.org/), or [SystemJS](https://github.com/systemjs/systemjs)), you can include autotrack in your build by importing it as you would any other npm module:
113+
If you use npm and a module loader that understands [ES2015 imports](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import) (e.g. [Webpack](https://webpack.js.org/), [Rollup](https://rollupjs.org/), or [SystemJS](https://github.com/systemjs/systemjs)), you can include autotrack in your build by importing it as you would any other npm module:
114114

115115
```sh
116116
npm install autotrack
@@ -277,7 +277,7 @@ The following translations have been graciously provided by the community. Pleas
277277
If you discover issues with a particular translation, please file them with the appropriate repository. To submit your own translation, follow these steps:
278278

279279
1. Fork this repository.
280-
2. Update the settings of your fork to [allow issues](http://programmers.stackexchange.com/questions/179468/forking-a-repo-on-github-but-allowing-new-issues-on-the-fork).
280+
2. Update the settings of your fork to [allow issues](https://softwareengineering.stackexchange.com/questions/179468/forking-a-repo-on-github-but-allowing-new-issues-on-the-fork).
281281
3. Remove all non-documentation files.
282282
4. Update the documentation files with your translated versions.
283283
5. Submit a pull request to this repository that adds a link to your fork to the above list.

0 commit comments

Comments
 (0)