Update index.html

Fixed url to constants file
pull/435/head
Nishant Singh 4 years ago committed by GitHub
parent d1a6532d82
commit 96e216dac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -169,7 +169,7 @@ Thus, you can define OS or platform specific rules and they will have more prior
<h3>Browser names for <code>.satisfies()</code></h3> <h3>Browser names for <code>.satisfies()</code></h3>
<p>By default you are supposed to use the full browser name for <code>.satisfies</code>. <p>By default you are supposed to use the full browser name for <code>.satisfies</code>.
But, there's a short way to define a browser using short aliases. The full But, there's a short way to define a browser using short aliases. The full
list of aliases can be found in <a href="src/constants.js">the file</a>.</p> list of aliases can be found in <a href="https://github.com/lancedikson/bowser/blob/master/src/constants.js">the file</a>.</p>
<h2>Similar Projects</h2> <h2>Similar Projects</h2>
<ul> <ul>
<li><a href="https://github.com/BigBadBleuCheese/Kong">Kong</a> - A C# port of Bowser.</li> <li><a href="https://github.com/BigBadBleuCheese/Kong">Kong</a> - A C# port of Bowser.</li>
@ -220,4 +220,4 @@ list of aliases can be found in <a href="src/constants.js">the file</a>.</p>
</body> </body>
</html> </html>

Loading…
Cancel
Save