Skip to content

Commit

Permalink
use https header when available
Browse files Browse the repository at this point in the history
Leave http://ajt.ktug.org/ url intact
  • Loading branch information
muzimuzhi committed Feb 7, 2023
1 parent ab9d7ca commit 09e1d66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://github.com/aminophen/dviasm

It is fully documented at

http://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf (TUGboat)
https://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf (TUGboat)
http://ajt.ktug.kr/assets/2008/5/1/0201cho.pdf (Asian Journal of TeX)

Previous maintainer of DVIasm: Khaled Hosny
Expand Down
2 changes: 1 addition & 1 deletion dviasm.1
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ This option would be useful for example when using CJK package.
Documentation of
.B DVIasm
by the original author Jin-Hwan Cho is published as:
http://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf (TUGboat)
https://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf (TUGboat)
http://ajt.ktug.kr/assets/2008/5/1/0201cho.pdf (Asian Journal of TeX)
.SH AUTHORS
The first version was written in Python 2 by Jin-Hwan Cho in 2007.
Expand Down
4 changes: 2 additions & 2 deletions dviasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

import sys, os.path
from optparse import OptionParser
Expand Down Expand Up @@ -1169,7 +1169,7 @@ def ProcessOptions():
DVIasm is a Python script to support changing or creating DVI files
via disassembling into text, editing, and then reassembling into
binary format. It is fully documented at
http://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf
https://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf
http://ajt.ktug.kr/assets/2008/5/1/0201cho.pdf
Please report bugs to
Expand Down

0 comments on commit 09e1d66

Please sign in to comment.