Fixing link in the XOS docs
Change-Id: Ic2349051e6872cb39205d73a3c9e181eb723f549
(cherry picked from commit 09cc7049e211aa5a56a4ac02033a84317208c830)
diff --git a/docs/dev/unittest.md b/docs/dev/unittest.md
index fd667ae..ef3884c 100644
--- a/docs/dev/unittest.md
+++ b/docs/dev/unittest.md
@@ -4,7 +4,7 @@
## Setting up a unit testing environment
-To run unit tests, an environment needs to be setup with the appropriate python libraries used by the unit testing framework and by the XOS libraries that are being tested. One way to accomplish this is to setup a [virtual-env](dev/local_env.md). You will also need to copy Chameleon from `component/chameleon` to `containers/xos/tmp.chameleon`. Here is a set of commands that may prove useful:
+To run unit tests, an environment needs to be setup with the appropriate python libraries used by the unit testing framework and by the XOS libraries that are being tested. One way to accomplish this is to setup a [virtual-env](local_env.md). You will also need to copy Chameleon from `component/chameleon` to `containers/xos/tmp.chameleon`. Here is a set of commands that may prove useful:
```brew install graphviz
pip install --install-option="--include-path=/usr/local/include/" --install-option="--library-path=/usr/local/lib/" pygraphviz
@@ -24,4 +24,4 @@
## Ignoring unwanted unit tests
-Some tests are still being migrated to the unit testing framework and/or require features that may not be present in the virtual-env. Placing the string `# TEST_FRAMEWORK: IGNORE` anywhere in a python file will prevent it from being executed automatically by the test framework.
\ No newline at end of file
+Some tests are still being migrated to the unit testing framework and/or require features that may not be present in the virtual-env. Placing the string `# TEST_FRAMEWORK: IGNORE` anywhere in a python file will prevent it from being executed automatically by the test framework.