Docs: Updated 2 links that pointed to the old subversion repository
authorSnigdha Dagar <snigdha.dagar@gmail.com>
Thu, 25 Sep 2014 02:42:35 +0000 (22:42 -0400)
committerRemington Steed <rjs7@calvin.edu>
Fri, 3 Oct 2014 18:14:38 +0000 (14:14 -0400)
Signed-off-by: Yamil Suarez <yamil@yamil.com>
docs/development/intro_opensrf.txt

index 5a1e6f9..d1e0758 100644 (file)
@@ -250,7 +250,7 @@ have just imagined developing with OpenSRF – it is truly that simple. Under th
 covers, of course, the OpenSRF language bindings do an incredible amount of
 work on behalf of the developer. An OpenSRF application consists of one or more
 OpenSRF services that expose methods: for example, the `opensrf.simple-text`
-http://svn.open-ils.org/trac/OpenSRF/browser/trunk/src/perl/lib/OpenSRF/Application/Demo/SimpleText.pm[demonstration
+http://git.evergreen-ils.org/?p=OpenSRF.git;a=blob_plain;f=src/perl/lib/OpenSRF/Application/Demo/SimpleText.pm[demonstration
 service] exposes the `opensrf.simple-text.split()` and
 `opensrf.simple-text.reverse()` methods. Each method accepts zero or more
 arguments and returns zero or one results. The data types supported by OpenSRF
@@ -1303,7 +1303,7 @@ significant, non-obvious patch to OpenSRF, they need to manually run through
 various (undocumented, again) use cases to try and ensure that the patch
 introduced no unanticipated side effects. The same problems hold for Evergreen
 itself, although the
-http://svn.open-ils.org/ILS-Contrib/constrictor[Constrictor] stress-testing
+http://git.evergreen-ils.org/?p=working/random.git;a=shortlog;h=refs/heads/collab/berick/constrictor[Constrictor] stress-testing
 framework offers a way of performing some automated system testing and
 performance testing.