Skip to content

Commit

Permalink
Update i18next homepage and sample documentation links (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Feb 2, 2021
1 parent 203101c commit 8c6acb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"globalization",
"gettext"
],
"homepage": "http://i18next.com",
"homepage": "https://www.i18next.com",
"bugs": "https://github.com/i18next/i18next/issues",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion sample.html
Expand Up @@ -10,7 +10,8 @@

<script>
// use plugins and options as needed, for options, detail see
// http://i18next.com/docs/
// - https://www.i18next.com/overview/plugins-and-utils
// - https://www.i18next.com/overview/configuration-options
i18next
.use(window.i18nextBrowserLanguageDetector)
.init({
Expand Down
2 changes: 1 addition & 1 deletion test/backward/v1.11.1.compat.js
@@ -1,7 +1,7 @@
// i18next, v1.10.2
// Copyright (c)2015 Jan Mühlemann (jamuhl).
// Distributed under MIT license
// http://i18next.com
// https://www.i18next.com
// import i18n from '../../i18next.js';
import i18n from '../../src/i18next.js';
import XHR from 'i18next-xhr-backend';
Expand Down

0 comments on commit 8c6acb4

Please sign in to comment.