summaryrefslogtreecommitdiff
path: root/doc/source/debug.rst
diff options
context:
space:
mode:
authorjvoisin2020-03-04 19:30:42 +0100
committerjvoisin2020-03-04 19:30:42 +0100
commitd7b7a0d4e10d7b87b124889821b14e9858ed0a9c (patch)
treee4240582b445a5f43652bf93b37b4791f0c6547c /doc/source/debug.rst
parent394edbf3b5232c30dd3019f8c3a5dfadc310884f (diff)
%s/nbs-system/jvoisin
Since I'm the only one to maintain Snuffleupagus, let's adjust the links and contact addresses of my fork, to point to well… my fork.
Diffstat (limited to 'doc/source/debug.rst')
-rw-r--r--doc/source/debug.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/debug.rst b/doc/source/debug.rst
index b339366..b2a1f28 100644
--- a/doc/source/debug.rst
+++ b/doc/source/debug.rst
@@ -18,7 +18,7 @@ We're using `php qa <https://qa.php.net/>`__ tests format for our testsuite,
18it is automatically run when you're building snuffleupagus. 18it is automatically run when you're building snuffleupagus.
19 19
20If it happens to have unexpected failures (Since we're using `TDD <https://en.wikipedia.org/wiki/Test-driven_development>`__ as much 20If it happens to have unexpected failures (Since we're using `TDD <https://en.wikipedia.org/wiki/Test-driven_development>`__ as much
21as we can, we do have some expected failures), please do `open an issue <https://github.com/nbs-system/snuffleupagus/issues/new>`__ 21as we can, we do have some expected failures), please do `open an issue <https://github.com/jvoisin/snuffleupagus/issues/new>`__
22on our bugtracker, and attach the generated ``.diff`` and ``.out`` files to it, 22on our bugtracker, and attach the generated ``.diff`` and ``.out`` files to it,
23so we can see what's happening. 23so we can see what's happening.
24 24
@@ -27,7 +27,7 @@ Snuffleupagus is crashing
27 27
28While we do our very best to make snuffleupagus solid as possible, we're humans, 28While we do our very best to make snuffleupagus solid as possible, we're humans,
29and computers are hard, so crashes can happen. If you're encountering one in production, 29and computers are hard, so crashes can happen. If you're encountering one in production,
30please try to launch the `testsuite <https://github.com/nbs-system/snuffleupagus/blob/master/CONTRIBUTING.md#3-get-the-test-suite-running>`__ 30please try to launch the `testsuite <https://github.com/jvoisin/snuffleupagus/blob/master/CONTRIBUTING.md#3-get-the-test-suite-running>`__
31to see if it's failing. If it does, please :ref:`tell us <testsuite_fail>`. 31to see if it's failing. If it does, please :ref:`tell us <testsuite_fail>`.
32 32
33If the testsuite is passing, odds are that you're encountering an issue tied to your php code, 33If the testsuite is passing, odds are that you're encountering an issue tied to your php code,