Skip to content

Commit

Permalink
Fix link to annotated source in github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyleeon committed Jul 21, 2022
1 parent ebc454c commit c11403f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion polyglot.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>index.js</h1>

polyglot.js may be freely distributed under the terms <span class="hljs-keyword">of</span> the BSD
license. For all licensing information, details, and documention:
http:<span class="hljs-comment">//airbnb.github.com/polyglot.js</span></code></pre><p>Polyglot.js is an I18n helper library written in JavaScript, made to
<span class="hljs-attr">https</span>:<span class="hljs-comment">//airbnb.io/polyglot.js</span></code></pre><p>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.</p>
Expand Down

0 comments on commit c11403f

Please sign in to comment.