diff mbox series

[wwwdocs,committed] htdocs/gitwrite.html: Remove link to nonexisting '#example'

Message ID 2d39cda6-3b23-a28f-9c95-50c972dd8ae7@codesourcery.com
State New
Headers show
Series [wwwdocs,committed] htdocs/gitwrite.html: Remove link to nonexisting '#example' | expand

Commit Message

Tobias Burnus May 23, 2021, 12:26 p.m. UTC
I did not check svnwrite.html, but since gitwrite.html came into existence,
no example existed ...

Committed as attached.

Tobias

-----------------
Mentor Graphics (Deutschland) GmbH, Arnulfstrasse 201, 80634 München Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Frank Thürauf

Comments

Gerald Pfeifer May 23, 2021, 2:44 p.m. UTC | #1
On Sun, 23 May 2021, Tobias Burnus wrote:
> I did not check svnwrite.html, but since gitwrite.html came into 
> existence, no example existed ...
> 
> Committed as attached.

Thanks.  

I had a look at the instructions, and they seem to be sufficient,
even for folks not intimately familiar with git.

Gerald
diff mbox series

Patch

commit 512805afa4a8f5db215a483b84347bbe7971da8a
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Sun May 23 14:23:39 2021 +0200

    htdocs/gitwrite.html: Remove link to nonexisting '#example'
    
            * htdocs/gitwrite.html (Contents): Remove link to '#example'
            which does not exist.

diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html
index 5332e2f5..8363e70c 100644
--- a/htdocs/gitwrite.html
+++ b/htdocs/gitwrite.html
@@ -23,7 +23,6 @@  maintainers and significant developers.</p>
   <li><a href="#policies">Write access policies</a></li>
   <li><a href="#testing">Testing changes</a></li>
   <li><a href="#checkin">Checking in a change</a></li>
-  <li><a href="#example">Example check-in session</a></li>
   <li><a href="#branches">Creating and using branches</a></li>
   <li><a href="#vendor">Personal and Vendor branches</a></li>
   <li><a href="#account">Tips&amp;Tricks around your account</a></li>