You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2020/04/23 17:27:24 UTC

svn commit: r1876905 - in /uima/site/trunk/uima-website: docs/git.html xdocs/git.xml

Author: schor
Date: Thu Apr 23 17:27:24 2020
New Revision: 1876905

URL: http://svn.apache.org/viewvc?rev=1876905&view=rev
Log:
fix links from git for git-work-process

Modified:
    uima/site/trunk/uima-website/docs/git.html
    uima/site/trunk/uima-website/xdocs/git.xml

Modified: uima/site/trunk/uima-website/docs/git.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/git.html?rev=1876905&r1=1876904&r2=1876905&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/git.html (original)
+++ uima/site/trunk/uima-website/docs/git.html Thu Apr 23 17:27:24 2020
@@ -231,11 +231,11 @@
                                     <h2>Conventions</h2>
                                                 <p>See  <a target="_blank" rel="noopener" href="git-conventions.html">git-conventions</a> for information about the GIT conventions being used.</p>
                                                 <h2>Git Work Process</h2>
-                                                <p>See  <a target="_blank" rel="noopener" href="git-notes.html">git-notes</a> for information on how to work with projects in GIT and submit
+                                                <p>See  <a target="_blank" rel="noopener" href="git-work-process.html">git-work-process</a> for information on how to work with projects in GIT and submit
            changes and pull requests.
         </p>
                                                 <h2>Frequently used GIT situations and commands</h2>
-                                                <p>See <a target="_blank" rel="noopener" href="git-notes.html">git-work-process</a> for a short table of common git situations and commands.
+                                                <p>See <a target="_blank" rel="noopener" href="git-notes.html">git-notes</a> for a short table of common git situations and commands.
         </p>
                                                 <h2>Converting a project to GIT</h2>
                                                 <p>See  <a target="_blank" rel="noopener" href="convert-to-git.html">convert-to-git</a> for information on the steps to take to move / convert a project from SVN to GIT.</p>

Modified: uima/site/trunk/uima-website/xdocs/git.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/git.xml?rev=1876905&r1=1876904&r2=1876905&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/git.xml (original)
+++ uima/site/trunk/uima-website/xdocs/git.xml Thu Apr 23 17:27:24 2020
@@ -34,13 +34,13 @@ under the License.
 >           
       <h2>Git Work Process</h2>
         <p>See  <a target="_blank" rel="noopener"
-           href="git-notes.html">git-notes</a> for information on how to work with projects in GIT and submit
+           href="git-work-process.html">git-work-process</a> for information on how to work with projects in GIT and submit
            changes and pull requests.
         </p>
 
       <h2>Frequently used GIT situations and commands</h2>
         <p>See <a target="_blank" rel="noopener"
-           href="git-notes.html">git-work-process</a> for a short table of common git situations and commands.
+           href="git-notes.html">git-notes</a> for a short table of common git situations and commands.
         </p>           
 
       <h2>Converting a project to GIT</h2>