Skip to content

Commit

Permalink
fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Dec 11, 2023
1 parent 302cbd3 commit f2b7c3d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _includes/topolink/head-refresh.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<head>
<meta http-equiv="refresh" content="30; url=./index.html">
<link rel="stylesheet" type="text/css" href="http://leandro.iqm.unicamp.br/topolink/estilo.css">
<link rel="stylesheet" type="text/css" href="http://m3g.github.io/topolink/estilo.css">
<title>TOPOLINK - Institute of Chemistry - UNICAMP</title>
{% include js/popup.js %}
</head>
Expand Down
2 changes: 1 addition & 1 deletion cgi-bin/topolink/server/inputfile.inp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# TOPOLINK input file example
#
# L. Martinez - Institute of Chemistry, University of Campinas
# http://leandro.iqm.unicamp.br
# http://m3g.github.io
#

# PDB file (can be provided in the command line, overwriting this definition)
Expand Down
2 changes: 1 addition & 1 deletion cgi-bin/topolink/stats/by_linker_type.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ puts ""

# Start page

set url "http://leandro.iqm.unicamp.br/topolink"
set url "http://m3g.github.io/topolink"
set topolink_dir "../../../topolink"

# html header
Expand Down
2 changes: 1 addition & 1 deletion cgi-bin/topolink/stats/head_and_tail.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python

url="http://leandro.iqm.unicamp.br/topolink"
url="http://m3g.github.io/topolink"
source_files="../../../topolink"

def htmlTop() :
Expand Down
2 changes: 1 addition & 1 deletion main/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<b> Standalone executable for Windows 10 (64 bits) (for command-line use)</b>
<br><br>
Download the executable from here:
<a href=http://leandro.iqm.unicamp.br/topolink/Windows_Binaries/Windows10-64bits/topolink.exe>
<a href=http://m3g.github.io/topolink/Windows_Binaries/Windows10-64bits/topolink.exe>
[topolink.exe Win10-x86_64]
</a>
<br><br>
Expand Down
2 changes: 1 addition & 1 deletion topolink/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h3>Server</h3>

<br>

<form action="http://leandro.iqm.unicamp.br/cgi-bin/topolink/server/topolink.cgi" method="post" ENCTYPE="multipart/form-data">
<form action="http://m3g.github.io/cgi-bin/topolink/server/topolink.cgi" method="post" ENCTYPE="multipart/form-data">

<table align=center class="tabnoborder">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion topolink/topolink.inp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# TOPOLINK input file example
#
# L. Martinez - Institute of Chemistry, University of Campinas
# http://leandro.iqm.unicamp.br
# http://m3g.iqm.unicamp.br
#

# PDB file (can be provided in the command line, overwriting this definition)
Expand Down
2 changes: 1 addition & 1 deletion utils/software/pathdriven-tclForces.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Hormone Receptors: Simulations Using a Novel Multipoint Steered
# Molecular Dynamics Approach, J. Phys. Chem. B, 112, 10741, 2008.
#
# More information: http://leandro.iqm.unicamp.br
# More information: http://m3g.iqm.unicamp.br
#
# -----------------------------------------------------------------------------------------
#
Expand Down

0 comments on commit f2b7c3d

Please sign in to comment.