Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
## Instructions for building libxo

Instructions for building libxo are now available in the
[wiki](http://juniper.github.io/libxo/libxo-manual.html#getting-libxo).
[wiki](https://juniper.github.io/libxo/libxo-manual.html#getting-libxo).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ option:

View the beautiful documentation at:

http://juniper.github.io/libxo/libxo-manual.html
https://juniper.github.io/libxo/libxo-manual.html

[![Analytics](https://ga-beacon.appspot.com/UA-56056421-1/Juniper/libxo/Readme)](https://github.com/Juniper/libxo)
2 changes: 1 addition & 1 deletion libxo/libxo.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* encoding including binary ones like CBOR, thrift, protobufs, etc.
*
* Full documentation is available in ./doc/libxo.txt or online at:
* http://juniper.github.io/libxo/libxo-manual.html
* https://juniper.github.io/libxo/libxo-manual.html
*
* For first time readers, the core bits of code to start looking at are:
* - xo_do_emit() -- parse and emit a set of fields
Expand Down
2 changes: 1 addition & 1 deletion libxo/xo.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* while minimizing the cost/impact on the code.
*
* Full documentation is available in ./doc/libxo.txt or online at:
* http://juniper.github.io/libxo/libxo-manual.html
* https://juniper.github.io/libxo/libxo-manual.html
*/

#ifndef INCLUDE_XO_H
Expand Down
2 changes: 1 addition & 1 deletion xohtml/xohtml.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BASE=@XO_SHAREDIR@
VERSION=@LIBXO_VERSION@
CMD=cat
DONE=
WEB=http://juniper.github.io/libxo/${VERSION}/xohtml
WEB=https://juniper.github.io/libxo/${VERSION}/xohtml

do_help () {
echo "xohtml: wrap libxo-enabled output in HTML"
Expand Down