Browse Source

Fix links for other GitHub repos in the docs

master
Goran Rakic 12 years ago
parent
commit
3f4eecacbf
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      docs/source/howto/how_to_integrate_payment.rst

+ 4
- 2
docs/source/howto/how_to_integrate_payment.rst View File

@@ -34,9 +34,11 @@ created (although this is optional).
34 34
 This situation is implemented within the sandbox site for the
35 35
 django-oscar-paypal_ extension.  Please use that as a reference.
36 36
 
37
-.. _django-oscar-paypal: https://github.com/tangentlabs/django-oscar-paypal/tree/develop/sandbox
37
+See also the sandbox for django-oscar-datacash_ which follows a similar pattern.
38 38
 
39
-See also the sandbox for django-oscar-datacash which follows a similar pattern.
39
+
40
+.. _django-oscar-paypal: https://github.com/tangentlabs/django-oscar-paypal/tree/master/sandbox
41
+.. _django-oscar-datacash: https://github.com/tangentlabs/django-oscar-datacash/tree/master/sandbox
40 42
 
41 43
 Integration into checkout
42 44
 -------------------------

Loading…
Cancel
Save