Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsalminen committed Jan 24, 2023
1 parent 4258cb3 commit 98e77b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Check out also the new version called [Responsive Nav](http://responsive-nav.com
Usage Instructions and demo
======

For instructions and demo go to [http://tinynav.viljamis.com](http://tinynav.viljamis.com/)
For instructions and demo go to [http://tinynav.viljamis.com](TinyNav website).


License
======

Licensed under the MIT license.

Copyright (c) 2011-2014 Viljami Salminen, http://viljamis.com/
Copyright (c) 2011-2023 Ariel Salminen, https://arie.ls/

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down Expand Up @@ -50,4 +50,4 @@ v1.00 (2011-12-31) - Release
Want to do a pull request?
======

Great! New ideas are more than welcome, but please check the [Pull Request Guidelines](https://github.com/viljamis/TinyNav.js/wiki/Pull-Request-Guidelines) first before doing so.
Great! New ideas are more than welcome, but please check the [Pull Request Guidelines](https://github.com/arielsalminen/TinyNav.js/wiki/Pull-Request-Guidelines) first before doing so.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "TinyNav.js",
"main": "tinynav.js",
"version": "v1.1",
"homepage": "https://github.com/viljamis/TinyNav.js",
"homepage": "https://github.com/arielsalminen/TinyNav.js",
"authors": [
"@nicoandrade && @viljamis"
"@nicoandrade && @arielsalminen"
],
"description": "Responsive navigation plugin that weighs just 443 bytes",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion tinynav.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! http://tinynav.viljamis.com v1.2 by @viljamis */
/*! http://tinynav.viljamis.com v1.2 by @arielsalminen */
(function ($, window, i) {
$.fn.tinyNav = function (options) {

Expand Down
2 changes: 1 addition & 1 deletion tinynav.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98e77b5

Please sign in to comment.