Repository: incubator-edgent-website
Updated Branches:
  refs/heads/master 8f907c4d4 -> 8dfb358ab


Fix broken Javadoc link on homepage


Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/commit/8dfb358a
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/tree/8dfb358a
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/diff/8dfb358a

Branch: refs/heads/master
Commit: 8dfb358ab564b71f151eceba049a22f6b84ee306
Parents: 8f907c4
Author: Queenie Ma <queeniema.apa...@gmail.com>
Authored: Wed Oct 12 15:45:30 2016 -0700
Committer: Queenie Ma <queeniema.apa...@gmail.com>
Committed: Wed Oct 12 15:45:30 2016 -0700

----------------------------------------------------------------------
 site/_includes/header.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/8dfb358a/site/_includes/header.html
----------------------------------------------------------------------
diff --git a/site/_includes/header.html b/site/_includes/header.html
index 30e7d18..4f308d4 100755
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -95,7 +95,7 @@ limitations under the License.
                       <a href="#" class="dropdown-toggle" 
data-toggle="dropdown" role="button" aria-haspopup="true" 
aria-expanded="false">Documentation</a>
                       <ul class="dropdown-menu">
                         <li><a href="docs/home">Documentation Home</a></li>
-                        <li><a href="{{ site.docsurl 
}}/latest/index.html">Javadoc</a></li>
+                        <li><a href="{{ site.docsurl 
}}/index.html">Javadoc</a></li>
                       </ul>
                     </li>
                     <li class="dropdown">

Reply via email to