Skip to content

Commit

Permalink
Merge pull request #251 from spikegrobstein/fix-docs-url
Browse files Browse the repository at this point in the history
fix: github pages URL uses github.io domain, now
  • Loading branch information
agnat committed Apr 19, 2021
2 parents ba5756d + 479d7cb commit 43f7256
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Version 0.0.3 to 0.0.4
The strings have been replaced with a small ServiceType object. Also, older
versions used TCP as the default protocol. The protocol is now mandatory.
However, the new syntax is much more flexible. See user guide at
http://agnat.github.com/node_mdns/user_guide.html#service_types.
http://agnat.github.io/node_mdns/user_guide.html#service_types.

- The 'info' object is now called 'service'

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Package: mdns
* Description: multicast DNS service discovery
* Installation: `npm install mdns` (see below)
* Documentation: [mdns user guide](http://agnat.github.com/node_mdns/user_guide.html)
* Documentation: [mdns user guide](http://agnat.github.io/node_mdns/user_guide.html)
* License: [MIT](http://github.com/agnat/node_mdns/blob/master/LICENSE)
* Donations: [![Flattr this git repository](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=agnat&url=https://github.com/agnat/node_mdns&title=node_mdns&tags=github&category=software)

Expand Down Expand Up @@ -67,7 +67,7 @@ In case you want to run or even publish your package using the development versi

## Documentation

See the [user guide](http://agnat.github.com/node_mdns/user_guide.html).
See the [user guide](http://agnat.github.io/node_mdns/user_guide.html).

## Contributors

Expand Down
2 changes: 1 addition & 1 deletion doc/pages/user_guide.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<a class="FlattrButton" style="display:none;"
title="mdns User Guide"
rel="flattr;uid:agnat;category:text;"
href="http://agnat.github.com/node_mdns/user_guide.html">
href="http://agnat.github.io/node_mdns/user_guide.html">
mdns User Guide
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"type": "git",
"url": "http://github.com/agnat/node_mdns.git"
},
"homepage": "http://agnat.github.com/node_mdns",
"homepage": "http://agnat.github.io/node_mdns",
"bugs": {
"url": "http://github.com/agnat/node_mdns/issues"
},
Expand Down

0 comments on commit 43f7256

Please sign in to comment.