Skip to content

Commit 701e7e9

Browse files
committed
fixing all wiki links to point to correct URL when rendered in Jekyll
1 parent ad98077 commit 701e7e9

File tree

106 files changed

+854
-854
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+854
-854
lines changed

_wikis/BioJava3:Coding_Conventions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: BioJava3:Coding Conventions
33
---
44

55
- Each file should contain the
6-
[BioJava3\_license](BioJava3_license "wikilink") LGPL copyright
6+
[BioJava3\_license](/wikis/BioJava3_license "wikilink") LGPL copyright
77
statement.
88

99
<!-- -->
1010

1111
- For Eclipse developers, here a Code template:
12-
[BioJava3\_eclipse\_template](BioJava3_eclipse_template "wikilink")
12+
[BioJava3\_eclipse\_template](/wikis/BioJava3_eclipse_template "wikilink")
1313

_wikis/BioJava3_Design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Implementation
1212
--------------
1313

1414
For information on the current status of the BioJava 3 implementation go
15-
to [BioJava3\_project](BioJava3_project "wikilink")
15+
to [BioJava3\_project](/wikis/BioJava3_project "wikilink")
1616

1717
References
1818
----------
@@ -214,4 +214,4 @@ Use cases
214214

215215
It is planned to document BioJava in parallel with development. To do
216216
this, we want to drive development from a set of [ use
217-
cases](BioJava 3 Use Cases "wikilink").
217+
cases](/wikis/BioJava 3 Use Cases "wikilink").

_wikis/BioJava3_Feature_Requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ There are also a number of algorithms where we would be interested in
2121
[Java ports](Algorithm_Java_port "wikilink").
2222

2323
You can also take a look at the current list of [ BioJava
24-
Modules](BioJava:Modules#BioJava_3.0.X "wikilink") and suggest other
24+
Modules](/wikis/BioJava:Modules#BioJava_3.0.X "wikilink") and suggest other
2525
missing features.

_wikis/BioJava3_Proposal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ BioJava 3 has been released
88
This page was used while starting the discussions for creating the new
99
version. BioJava 3.0 has been released on Dec. 28th 2010.
1010

11-
[BioJava3\_project](BioJava3_project "wikilink")
11+
[BioJava3\_project](/wikis/BioJava3_project "wikilink")
1212

1313
Executive Summary
1414
-----------------

_wikis/BioJava3_eclipse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ require SCM handler.*
113113
files (the maven config files) and will understand that it is a
114114
maven and a git-tracked project.
115115

116-
You should now have source to all the biojava modules (biojava3-core,
116+
You should now have source to all the biojava modules (/wikis/BioJava3-core,
117117
biojava3-structure, etc). Viewing the history for any file should show
118118
you all commits since 2009 which have contributed to that file.
119119

_wikis/BioJava3_license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BioJava3 license
33
---
44

55
BioJava 3 is using the [standard BioJava
6-
license](BioJava:License "wikilink"): LGPL v 2.1
6+
license](/wikis/BioJava:License "wikilink"): LGPL v 2.1
77

88
Developers: Please include the following javadoc in the header of every
99
class you commit:

_wikis/BioJava3_project.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ how to check out the code from SVN or get the latest SNAPSHOT builds.
2323
IDE specific instructions
2424
-------------------------
2525

26-
- [BioJava3\_eclipse](BioJava3_eclipse "wikilink") how to work with
26+
- [BioJava3\_eclipse](/wikis/BioJava3_eclipse "wikilink") how to work with
2727
BioJava3 using eclipse
2828

2929
Wanted
@@ -42,13 +42,13 @@ Coding conventions
4242
------------------
4343

4444
- We are using Maven to build biojava 3
45-
- [BioJava3\_license](BioJava3_license "wikilink") - All source code
45+
- [BioJava3\_license](/wikis/BioJava3_license "wikilink") - All source code
4646
of BioJava 3 is under LGPL.
47-
- [BioJava3\_logging](BioJava3_logging "wikilink") - How to use
47+
- [BioJava3\_logging](/wikis/BioJava3_logging "wikilink") - How to use
4848
logging
4949

5050
Links
5151
-----
5252

53-
- [BioJava3\_Proposal](BioJava3_Proposal "wikilink")
53+
- [BioJava3\_Proposal](/wikis/BioJava3_Proposal "wikilink")
5454

_wikis/BioJava:1.5ReleasePlan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ consideration.
106106

107107
### Documentation
108108

109-
- Update [Cookbook](BioJava:Cookbook "wikilink") code to reflect best
109+
- Update [Cookbook](/wikis/BioJava:Cookbook "wikilink") code to reflect best
110110
practices with BioJavaX
111111
- Should we keep legacy examples in the
112-
[Cookbook](BioJava:Cookbook "wikilink")?
112+
[Cookbook](/wikis/BioJava:Cookbook "wikilink")?
113113
- Check for errors in biojavax docbook
114114

115115
### Javadoc

0 commit comments

Comments
 (0)