Skip to content

Commit

Permalink
Remove some references to SVN from inside documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
frlan committed Mar 13, 2013
1 parent 6b3ccdd commit 39c1599
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions debugger/INSTALL
Expand Up @@ -24,9 +24,9 @@ There will soon be a possibility to build debugger using waf.

Fourth
--------------------------------------------------------------------------------
Building much of the available plugins from svn by doing this:
Building much of the available plugins from git by doing this:

svn co https://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk geany-plugins
git clone https://github.com/geany/geany-plugins.git
cd geany-plugins
./waf configure
./waf build -p -k
Expand Down
2 changes: 1 addition & 1 deletion geanydoc/README
Expand Up @@ -15,7 +15,7 @@ It allow either place output of these commands in geany buffer \*DOC\* or just
execute external program. Geanydoc is intended to be used for searching documentation
API in different sources.

In order to use it you need Geany >= 0.16 or svn version.
In order to use it you need Geany >= 0.16.

Usage
=====
Expand Down
3 changes: 1 addition & 2 deletions geanyprj/README
Expand Up @@ -132,8 +132,7 @@ Development Code

Get the code from::

svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-plugins

https://github.com/geany/geany-plugins

2007-2008 by Yura Siamashka
yurand2(at)gmail(dot)com
2 changes: 1 addition & 1 deletion gproject/README
Expand Up @@ -187,7 +187,7 @@ Development Code

Get the code from::

svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-plugins
git clone https://github.com/geany/geany-plugins.git

Ideas, questions, patches and bug reports
=========================================
Expand Down
2 changes: 1 addition & 1 deletion treebrowser/README
Expand Up @@ -56,7 +56,7 @@ FAQ
Download Source
===============

Development Source Tarbal: http://geany-plugins.svn.sourceforge.net/viewvc/geany-plugins/trunk/geany-plugins/treebrowser/?view=tar
Development Source Tarbal: https://github.com/geany/geany-plugins/archive/master.zip

TreeBrowser is part of the combined Geany Plugins release. For more information and downloads, please visit http://plugins.geany.org/

Expand Down

0 comments on commit 39c1599

Please sign in to comment.