Skip to content

Commit 71398de

Browse files
committed
fixed up some bad links
1 parent 0939c69 commit 71398de

14 files changed

+10
-11
lines changed

scalate-website/src/committers/release-guide.page

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ git rebase --hard
6767
git push --tags
6868
{pygmentize}
6969

70+
* make sure scalate-website/ext/Website.scala has the latest version information.
7071
* update the website (see below on making a branch)
7172
* announce the release on the [mailing list](../community.html)
7273
* drink beers!

scalate-website/src/developers.page

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Various links for developers
1717
* [Contributing](contributing.html)
1818
* [Release Guide](committers/release-guide.html)
1919
* [Website for Older Versions](http://scalate.fusesource.org/versions/)
20-
* [Website for Latest Snapshot](http://scalate.fusesource.org/versions/snapshot/) (based on #{project_snapshot_version})
20+
* [Website for Latest Snapshot](http://scalate.fusesource.org/versions/#{project_snapshot_version}/) (based on #{project_snapshot_version})
2121

2222
.left
2323
:markdown
@@ -30,8 +30,6 @@ Various links for developers
3030
* [org.fusesource.scalate](http://scalate.fusesource.org/maven/#{project_version}/scalate-core/scaladocs/org/fusesource/scalate/package.html) the core scalate package has the core public API you need if you want to work directly with the API
3131
* [full scaladoc](http://scalate.fusesource.org/maven/#{project_version}/scalate-core/scaladocs/index.html) contains the full detail of all packages if you want to write a plugin or work on the implementation or integration layers
3232

33-
**NOTE** we will be including ScalaDocs of releases inside distributions and on the website once the [maven-scala-plugin 2.13.2](http://scala-tools.org/mvnsites/maven-scala-plugin/) is released to work with Scala 2.8.0. See [this issue](http://scalate.assembla.com/spaces/scalate/tickets/61-when-2-13-2-of-maven-scala-plugin-comes-out--lets-switch---include-scaladoc-in-the-distribution) for more detail
34-
3533
.left
3634
:markdown
3735
# Maven reports

scalate-website/src/documentation/jade-syntax.page

+2-2
Original file line numberDiff line numberDiff line change
@@ -1215,12 +1215,12 @@ xml: renders to
12151215
-----------------------------
12161216
<body>
12171217
<script type='text/javascript'>
1218-
#<![CDATA[
1218+
//<![CDATA[
12191219
(function() {
12201220
alert("Hello, Coffee!");
12211221
}).call(this);
12221222

1223-
#]]>
1223+
//]]>
12241224
</script>
12251225
</body>
12261226
{pygmentize_and_compare}

scalate-website/src/documentation/jade.page

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ xml: the generated HTML
5252
<p>You are amazing</p>
5353
</div>
5454
<script type='text/javascript'>
55-
#<![CDATA[
55+
//<![CDATA[
5656
(function() {
5757
alert("Hello, Coffee!");
5858
}).call(this);
59-
60-
#]]>
59+
60+
//]]>
6161
</script>
6262
</body>
6363
</html>

scalate-website/src/download.page

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Download it today!
2121

2222
- for( version <- project_versions )
2323
:&markdown
24-
* [#{version} zip](http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/scalate/scalate-distro/#{version}/scalate-distro-#{version}-windows-bin.zip) or [tar.gz](http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/scalate/scalate-distro/#{version}/scalate-distro-#{version}-unix-bin.tar.gz) - [Release Notes](blog/releases/release-#{version.replace('.','-')}.html)
24+
* [#{version} zip](http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/scalate/scalate-distro/#{version}/scalate-distro-#{version}-windows-bin.zip) or [tar.gz](http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/scalate/scalate-distro/#{version}/scalate-distro-#{version}-unix-bin.tar.gz) - [Release Notes](blog/releases/release-#{version}.html)
2525

2626
:&markdown
2727

scalate-website/src/versions/index.page

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Documentation Versions
1919

2020
- for( version <- project_versions )
2121
:&markdown
22-
* [#{version} zip](http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/scalate/scalate-distro/#{version}/scalate-distro-#{version}-windows-bin.zip) or [tar.gz](http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/scalate/scalate-distro/#{version}/scalate-distro-#{version}-unix-bin.tar.gz) - [Release Notes](blog/releases/release-#{version.replace('.','-')}.html) - [Documentation](http://scalate.fusesource.org/versions/#{version}/)
22+
* [#{version} zip](http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/scalate/scalate-distro/#{version}/scalate-distro-#{version}-windows-bin.zip) or [tar.gz](http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/scalate/scalate-distro/#{version}/scalate-distro-#{version}-unix-bin.tar.gz) - [Release Notes](/blog/releases/release-#{version}.html) - [Documentation](http://scalate.fusesource.org/versions/#{version}/)
2323

2424
.left
2525
:markdown
2626
# Snapshot
2727
.right
2828
:markdown
2929

30-
* [Development Snapshot](http://scalate.fusesource.org/versions/snapshot/index.html) based on ${project_snapshot_version}
30+
* [Development Snapshot](http://scalate.fusesource.org/versions/${project_snapshot_version}/index.html) based on ${project_snapshot_version}
3131

0 commit comments

Comments
 (0)