stevedlawrence closed pull request #17: Fix invalid URLs in source files
URL: https://github.com/apache/incubator-daffodil/pull/17
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/build.sbt b/build.sbt
index 5e7aff1e9..7f8f5f2a8 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 24109123c..a1c1e0b33 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>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to