cGit-UI for Git Repositories

cGit-UI – is a web interface for Git Repositories. cGit CGI script is writen in C and therefore it's fast enough

12 Commits   0 Branches   1 Tag
Index: README.md
===================================================================
--- README.md	(revision 6)
+++ README.md	(revision 7)
@@ -27,7 +27,7 @@
 [libmagic](http://darwinsys.com/file/), and [libgit2](https://libgit2.org/).
 
 Also **cGit-ui** depends on the **cScm** package. Therefore, before installing **cGit-ui**,
-you have to install and configure [**cScm Configuration Daemon**](https://csvn.radix.pro/cscm/trunk/README.md).
+you have to install and configure [**cScm Configuration Daemon**](https://csvn.radix.pro/scm-tools/cscm/trunk/README.md).
 
 To use **cGit-ui** a web server must be installed and configured on the system. We recommend
 the [Nginx](https://nginx.org/en/) with [uWsgi](https://uwsgi-docs.readthedocs.io/en/latest/)
@@ -39,7 +39,7 @@
 To obtain sources we have to checkout its from SVN repository:
 
 ```Bash
-svn checkout svn://radix.pro/cgit-ui/tags/cgit-ui-0.1.3 cgit-ui-0.1.3
+svn checkout svn://radix.pro/scm-tools/cgit-ui/tags/cgit-ui-0.1.3 cgit-ui-0.1.3
 ```
 and run the bootstrap script:
 
@@ -353,7 +353,7 @@
 ## Configuring Git Repositories
 
 A detailed description of the configuration file format can be found in the
-[**cgit-ui.rc(5)**](https://csvn.radix.pro/cgit-ui/trunk/doc/cgit-ui.rc.5.md) manual page:
+[**cgit-ui.rc(5)**](https://csvn.radix.pro/scm-tools/cgit-ui/trunk/doc/cgit-ui.rc.5.md) manual page:
 
 ```Bash
 man 5 cgit-ui.rc
@@ -362,11 +362,11 @@
 
 ## See Also
 
-> [**cscmd(8)**](https://csvn.radix.pro/cscm/trunk/doc/cscmd.8.md), 
-> [**cgit-ui.rc(5)**](https://csvn.radix.pro/cgit-ui/trunk/doc/cgit-ui.rc.5.md)
+> [**cscmd(8)**](https://csvn.radix.pro/scm-tools/cscm/trunk/doc/cscmd.8.md), 
+> [**cgit-ui.rc(5)**](https://csvn.radix.pro/scm-tools/cgit-ui/trunk/doc/cgit-ui.rc.5.md)
 
 
 ## Copyright and License
 
 &#169; Andrey V. Kosteltsev, 2019 &#8211; 2022.<br/>
-Code and documentation released under [the **Radix.pro** License](https://csvn.radix.pro/cgit-ui/trunk/LICENSE).
+Code and documentation released under [the **Radix.pro** License](https://csvn.radix.pro/scm-tools/cgit-ui/trunk/LICENSE).