From d3128e93f3dd8cbb56194596e34a948a1e1c43b3 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Thu, 30 Jan 2014 15:13:13 -0500 Subject: [PATCH] Added markdown links to README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7559dcc1..460f51bf3 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ Optional prerequisites - used automatically if findable by CMake: Additional Information ---------------------- -See the `INSTALL` file for more detailed installation instructions. +See the [`INSTALL`](https://bitbucket.org/gtborg/gtsam/src/develop/INSTALL) file for more detailed installation instructions. -GTSAM is open source under the BSD license, see the `LICENSE` file. +GTSAM is open source under the BSD license, see the [`LICENSE`](https://bitbucket.org/gtborg/gtsam/src/develop/LICENSE) and [`LICENSE.BSD`](https://bitbucket.org/gtborg/gtsam/src/develop/LICENSE.BSD) files. -Please see the `examples/` directory and the `USAGE` file for examples on how to use GTSAM. +Please see the [`examples/`](https://bitbucket.org/gtborg/gtsam/src/develop/examples) directory and the [`USAGE`](https://bitbucket.org/gtborg/gtsam/src/develop/USAGE) file for examples on how to use GTSAM.