You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2017/12/07 19:16:33 UTC

[incubator-daffodil] branch master updated: Fix invalid URLs in source files

This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new 6608b1f  Fix invalid URLs in source files
6608b1f is described below

commit 6608b1f6dd071e28d08152b2c0d31c2da5883b1d
Author: Steve Lawrence <sl...@apache.org>
AuthorDate: Thu Dec 7 08:00:40 2017 -0500

    Fix invalid URLs in source files
    
    - Fixes SCM information for the move to gitbox
    - Fixes location of the DFDL specification on https://daffodil.apache.org
    
    DAFFODIL-1870
---
 build.sbt                                               | 4 ++--
 tutorials/src/main/resources/DFDLTutorialStylesheet.xsl | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.sbt b/build.sbt
index 5e7aff1..7f8f5f2 100644
--- a/build.sbt
+++ b/build.sbt
@@ -103,8 +103,8 @@ lazy val commonSettings = Seq(
   pomIncludeRepository in ThisBuild := { _ => false },
   scmInfo := Some(
     ScmInfo(
-      browseUrl = url("https://git-wip-us.apache.org/repos/asf?p=incubator-daffodil.git"),
-      connection = "scm:git:git://git.apache.org/incubator-daffodil.git"
+      browseUrl = url("https://gitbox.apache.org/repos/asf/incubator-daffodil.git"),
+      connection = "scm:git:https://gitbox.apache.org/repos/asf/incubator-daffodil.git"
     )
   ),
   licenses := Seq("University of Illinois/NCSA Open Source License" -> url("http://opensource.org/licenses/UoI-NCSA.php")),
diff --git a/tutorials/src/main/resources/DFDLTutorialStylesheet.xsl b/tutorials/src/main/resources/DFDLTutorialStylesheet.xsl
index 2410912..a1c1e0b 100644
--- a/tutorials/src/main/resources/DFDLTutorialStylesheet.xsl
+++ b/tutorials/src/main/resources/DFDLTutorialStylesheet.xsl
@@ -150,7 +150,7 @@
             </h1>
             <p>
               For quick reference here is the
-              <a href="https://daffodil.apache.org/manual/">DFDL Specification (HTML)</a>
+              <a href="https://daffodil.apache.org/docs/dfdl/">DFDL Specification (HTML)</a>
             </p>
             <hr/>
           </div>

-- 
To stop receiving notification emails like this one, please contact
['"commits@daffodil.apache.org" <co...@daffodil.apache.org>'].