You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/04/05 14:40:27 UTC

[38/50] incubator-joshua-site git commit: updated version link

updated version link


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/commit/77ad61fa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/tree/77ad61fa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/diff/77ad61fa

Branch: refs/heads/master
Commit: 77ad61faa6cd0185b6462e5144de1140ef97f86a
Parents: 549fb14
Author: Matt Post <po...@cs.jhu.edu>
Authored: Thu Nov 5 07:06:52 2015 -0500
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Thu Nov 5 07:06:52 2015 -0500

----------------------------------------------------------------------
 6.0/install.md              | 6 +++---
 releases/current/index.html | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/blob/77ad61fa/6.0/install.md
----------------------------------------------------------------------
diff --git a/6.0/install.md b/6.0/install.md
index a6c9233..68c4720 100644
--- a/6.0/install.md
+++ b/6.0/install.md
@@ -23,12 +23,12 @@ install the decoder. There are no external dependencies.
  
 1. Download Joshua
 
-       wget -q http://cs.jhu.edu/~post/files/joshua-v{{ site.data.joshua.release_version }}.tgz
+       wget -q http://cs.jhu.edu/~post/files/joshua-{{ site.data.joshua.release_version }}.tgz
 
 1. Next, unpack it and compile everything. 
 
-       tar xzf joshua-v{{ site.data.joshua.release_version }}.tgz
-       cd joshua-v{{ site.data.joshua.release_version }}
+       tar xzf joshua-{{ site.data.joshua.release_version }}.tgz
+       cd joshua-{{ site.data.joshua.release_version }}
 
        # Add this to your init files
        export JOSHUA=$(pwd)

http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/blob/77ad61fa/releases/current/index.html
----------------------------------------------------------------------
diff --git a/releases/current/index.html b/releases/current/index.html
index 17ec987..e845624 100644
--- a/releases/current/index.html
+++ b/releases/current/index.html
@@ -1,4 +1,4 @@
 ---
 redirect_to:
-  - http://cs.jhu.edu/~post/files/joshua-v{{ site.data.joshua.release_version }}.tgz
+  - http://cs.jhu.edu/~post/files/joshua-{{ site.data.joshua.release_version }}.tgz
 ---