From c11403fff4495ba3730dd76a7c79bc211fb498b9 Mon Sep 17 00:00:00 2001 From: Jeffrey LEE Date: Wed, 20 Jul 2022 21:45:26 -0700 Subject: [PATCH] Fix link to annotated source in github pages --- index.md | 2 +- polyglot.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 6488cda..3c5a3a6 100644 --- a/index.md +++ b/index.md @@ -12,7 +12,7 @@ We’re also [hiring talented engineers](https://www.airbnb.com/jobs/departments View the [documentation on Github](https://github.com/airbnb/polyglot.js). -View the [annotated source](http://airbnb.github.com/polyglot.js/polyglot.html). +View the [annotated source](https://airbnb.io/polyglot.js/polyglot.html). Polylglot is agnostic to your translation backend. It doesn’t perform any translation; it simply gives you a way to manage translated phrases from your client- or server-side JavaScript application. diff --git a/polyglot.html b/polyglot.html index 9f44529..cd1539b 100644 --- a/polyglot.html +++ b/polyglot.html @@ -31,7 +31,7 @@

index.js

polyglot.js may be freely distributed under the terms of the BSD license. For all licensing information, details, and documention: -http://airbnb.github.com/polyglot.js

Polyglot.js is an I18n helper library written in JavaScript, made to +https://airbnb.io/polyglot.js

Polyglot.js is an I18n helper library written in JavaScript, made to work both in the browser and in Node. It provides a simple solution for interpolation and pluralization, based off of Airbnb’s experience adding I18n functionality to its Backbone.js and Node apps.