Skip to content

Commit cebbfc2

Browse files
committed
Updated help html
1 parent 82afc8e commit cebbfc2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

org.bridgedb.gui/src/org/bridgedb/gui/PgdbParameterModel.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ public String getName()
4343
public String getHelpHtml()
4444
{
4545
return
46-
"<html><h1>BridgeDerby database" +
46+
"<html><h1>BridgeDerby database</h1>" +
4747
"<p>BridgeDerby are databases that consist of a single file which you can download " +
4848
"to your computer for fast access. Once downloaded, BridgeDerby databases are much" +
49-
"faster than a webservice." +
49+
"faster than a webservice.</p>" +
5050
"<p>BridgeDb databases can be downloaded from " +
51-
"<a href=\"http://bridgedb.org/data/gene_database/\">http://bridgedb.org/data/gene_database/</a>. " +
52-
"Download them anywhere on your machine, and then select that file below.";
51+
"<a href=\"https://data.bridgedb.org/gene_database/\">https://data.bridgedb.org/gene_database/</a>. " +
52+
"Download them anywhere on your machine, and then select that file below.</p>";
5353
}
5454

5555
@Override

0 commit comments

Comments
 (0)