summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilly Donahue <BillyDonahue@users.noreply.github.com>2015-08-22 22:42:32 (GMT)
committerBilly Donahue <BillyDonahue@users.noreply.github.com>2015-08-22 22:42:32 (GMT)
commit5be21f854a7e00d2121a3c8efc4ac89361841fd3 (patch)
treee5b4700a20df5bcf9d1c19b89fb699b7f68786a6
parent3b029de086c90432dd5368e8afd8e1fcc54a7eba (diff)
parent0075a69b4c1ef6ff217cf0c48e509b91683e8f6a (diff)
downloadgoogletest-5be21f854a7e00d2121a3c8efc4ac89361841fd3.zip
googletest-5be21f854a7e00d2121a3c8efc4ac89361841fd3.tar.gz
googletest-5be21f854a7e00d2121a3c8efc4ac89361841fd3.tar.bz2
Merge pull request #502 from BillyDonahue/pump_manual_fix
Update PumpManual.md
-rw-r--r--docs/PumpManual.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/PumpManual.md b/docs/PumpManual.md
index cf6cf56..8184f15 100644
--- a/docs/PumpManual.md
+++ b/docs/PumpManual.md
@@ -161,7 +161,7 @@ exp ::= simple_expression_in_Python_syntax
## Code ##
-You can find the source code of Pump in [scripts/pump.py](http://code.google.com/p/googletest/source/browse/trunk/scripts/pump.py). It is still
+You can find the source code of Pump in [scripts/pump.py](../scripts/pump.py). It is still
very unpolished and lacks automated tests, although it has been
successfully used many times. If you find a chance to use it in your
project, please let us know what you think! We also welcome help on
@@ -174,4 +174,4 @@ You can find real-world applications of Pump in [Google Test](http://www.google.
## Tips ##
* If a meta variable is followed by a letter or digit, you can separate them using `[[]]`, which inserts an empty string. For example `Foo$j[[]]Helper` generate `Foo1Helper` when `j` is 1.
- * To avoid extra-long Pump source lines, you can break a line anywhere you want by inserting `[[]]` followed by a new line. Since any new-line character next to `[[` or `]]` is ignored, the generated code won't contain this new line. \ No newline at end of file
+ * To avoid extra-long Pump source lines, you can break a line anywhere you want by inserting `[[]]` followed by a new line. Since any new-line character next to `[[` or `]]` is ignored, the generated code won't contain this new line.