#12 Fix a few nits
Merged 2 months ago by arrfab. Opened 2 months ago by dcavalca.
centos/ dcavalca/sig-guide nits  into  master

file modified
+1 -1
@@ -32,7 +32,7 @@ 

  

  Let's assume that my pkg centpkg-minimal that I want to build has an archive called centpkg.minimal.tar.gz. To be able to push to lookaside cache, we need the following :

  

-  * a valid TLS cert (also needed to build on cbs.centos.org) obtained through [centos-cert](../auth/) util

+  * a valid TLS cert (also needed to build on cbs.centos.org) obtained through [centos-cert](auth.md) util

   * either script `lookaside_upload` or `lookaside_upload_sig` in your $PATH (coming from centos-git-common git repo, see above)

  

  There are two path available for the lookaside cache, each is available using a different script:

file modified
+1 -3
@@ -1,8 +1,6 @@ 

- # CentOS SIG Guide

- 

  CentOS Special Interest Groups are smaller groups within the CentOS community that focus feature work on or awareness around a topic related to CentOS Linux and CentOS Stream.

  

- ## SIGS

+ ## SIGs

  

    * [Active SIGs](active-sigs.md)

    * [Retired SIGs](retired-sigs.md)

file modified
+6 -6
@@ -6,15 +6,15 @@ 

  edit_uri: edit/master/f/docs/

  

  nav:

-   - index.md

+   - SIGs: index.md

    - Authentication: auth.md

    - Lookaside/Git: git.md

    - Building in CBS: cbs.md

-   - ci.md

-   - delivery.md

-   - dns.md

-   - documentation.md

-   - SIG's spin: spin.md

+   - Testing: ci.md

+   - Delivery: delivery.md

+   - DNS: dns.md

+   - Documentation: documentation.md

+   - SIG spins: spin.md

    - Using GitLab: gitlab.md

  

  theme:

no initial comment

Pull-Request has been merged by arrfab

2 months ago