Skip to content

Commit cf20c63

Browse files
committed
Replace all /wikis references with /wiki
1 parent 238846b commit cf20c63

File tree

446 files changed

+1378
-1379
lines changed

Some content is hidden

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

446 files changed

+1378
-1379
lines changed

404.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,32 @@
33
title: 404 Page Not Found
44
---
55
<script>
6-
var allposts = [];
6+
var allposts = [];
77
function redirectToCorrectPage() {
8-
{% for post in site.pages %}
9-
allposts.push("{{ post.url }}");
10-
{% endfor %}
11-
{% for post in site.wikis %}
12-
allposts.push("{{ post.url }}");
13-
{% endfor %}
8+
{% for post in site.pages %}
9+
allposts.push("{{ post.url }}");
10+
{% endfor %}
11+
{% for post in site.wiki %}
12+
allposts.push("{{ post.url }}");
13+
{% endfor %}
1414
var url = window.location.pathname;
1515
// strip trailing /
16-
if (url.slice(-1) === "/") {
17-
url = url.slice(0, -1);
16+
if (url.slice(-1) === "/") {
17+
url = url.slice(0, -1);
1818
}
19-
var allpostsUpperCase = allposts.map(function(value) {
19+
var allpostsUpperCase = allposts.map(function(value) {
2020
// strip trailing /
21-
if (value.slice(-1) === "/") {
22-
value = value.slice(0, -1);
21+
if (value.slice(-1) === "/") {
22+
value = value.slice(0, -1);
2323
}
24-
return value.toUpperCase();
25-
});
26-
var i = allpostsUpperCase.indexOf(url.toUpperCase());
27-
if (i != -1) {
28-
console.log(allposts[i]);
29-
window.location = allposts[i];
30-
}
31-
}
24+
return value.toUpperCase();
25+
});
26+
var i = allpostsUpperCase.indexOf(url.toUpperCase());
27+
if (i != -1) {
28+
console.log(allposts[i]);
29+
window.location = allposts[i];
30+
}
31+
}
3232
window.onload = redirectToCorrectPage;
3333
</script>
34-
<p>Sorry this page does not exist =(</p>
34+
<p>Sorry this page does not exist =(</p>

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ release:
7474
version: 4.2.1
7575

7676
collections:
77-
wiki :
77+
wiki:
7878
output: true
7979
permalink: /wiki/:path/
8080
post_dirs: false

_wiki/Annotations_List.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Annotations:List
3-
permalink: wikis/Annotations%3AList
3+
permalink: wiki/Annotations%3AList
44
---
55

66
How do I List the Annotations in a Sequence?

_wiki/BioJava3_Coding_Conventions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: BioJava3:Coding Conventions
3-
permalink: wikis/BioJava3%3ACoding_Conventions
3+
permalink: wiki/BioJava3%3ACoding_Conventions
44
---
55

66
- Each file should contain the
7-
[BioJava3\_license](/wikis/BioJava3_license "wikilink") LGPL copyright
7+
[BioJava3\_license](/wiki/BioJava3_license "wikilink") LGPL copyright
88
statement.
99

1010
<!-- -->
1111

1212
- For Eclipse developers, here a Code template:
13-
[BioJava3\_eclipse\_template](/wikis/BioJava3_eclipse_template "wikilink")
13+
[BioJava3\_eclipse\_template](/wiki/BioJava3_eclipse_template "wikilink")
1414

_wiki/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](/wikis/BioJava3_project "wikilink")
15+
to [BioJava3\_project](/wiki/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](/wikis/BioJava 3 Use Cases "wikilink").
217+
cases](/wiki/BioJava 3 Use Cases "wikilink").

_wiki/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](/wikis/BioJava:Modules#BioJava_3.0.X "wikilink") and suggest other
24+
Modules](/wiki/BioJava:Modules#BioJava_3.0.X "wikilink") and suggest other
2525
missing features.

_wiki/BioJava3_HowTo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: BioJava3:HowTo
3-
permalink: wikis/BioJava3%3AHowTo
3+
permalink: wiki/BioJava3%3AHowTo
44
---
55

66
This page is a work-in-progress, describing each of the key areas in

_wiki/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](/wikis/BioJava3_project "wikilink")
11+
[BioJava3\_project](/wiki/BioJava3_project "wikilink")
1212

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

_wiki/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 (/wikis/BioJava3-core,
116+
You should now have source to all the biojava modules (/wiki/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

_wiki/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](/wikis/BioJava:License "wikilink"): LGPL v 2.1
6+
license](/wiki/BioJava:License "wikilink"): LGPL v 2.1
77

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

0 commit comments

Comments
 (0)