Update README.md
authorJens Owen <Jens@LunarG.com>
Wed, 17 Dec 2014 19:21:12 +0000 (12:21 -0700)
committerJens Owen <Jens@LunarG.com>
Wed, 17 Dec 2014 19:21:12 +0000 (12:21 -0700)
Switch to using relative links within the project.  This enables switching from one branch to another, and across repos without requiring changes to the Readme content.

README.md

index fc24dc2..e5deeae 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,20 +19,20 @@ early insights into the specification of XGL and to assists those doing
 prototyping at this point.\r
 \r
 The following components are available:\r
-- Proposed Reference [*ICD Loader*](https://github.com/KhronosGroup/GL-Next/tree/master/loader) (including [*Layer Management*](https://github.com/KhronosGroup/GL-Next/tree/master/layers/README.md))\r
-- Proposed Reference [*Validation Layers*](https://github.com/KhronosGroup/GL-Next/tree/master/layers/)\r
-  - [Object Tracker](https://github.com/KhronosGroup/GL-Next/blob/master/layers/object_track.c)\r
-  - [Draw State](https://github.com/KhronosGroup/GL-Next/blob/master/layers/draw_state.c)\r
-  - [MemTracker](https://github.com/KhronosGroup/GL-Next/blob/master/layers/mem_tracker.c)\r
-- [*GLAVE Debugger*](https://github.com/KhronosGroup/GL-Next/tree/master/tools/glave)\r
+- Proposed Reference [*ICD Loader*](loader) (including [*Layer Management*](layers/README.md))\r
+- Proposed Reference [*Validation Layers*](layers/)\r
+  - [Object Tracker](layers/object_track.c)\r
+  - [Draw State](layers/draw_state.c)\r
+  - [MemTracker](layers/mem_tracker.c)\r
+- [*GLAVE Debugger*](tools/glave)\r
   - APIDump (generated)\r
   - APIDumpFile (generated)\r
   - glvtrace64: capture trace of XGL API of an application.\r
   - glvreplay64: replay captured trace.\r
-- [*Sample Drivers*](https://github.com/KhronosGroup/GL-Next/tree/master/icd)\r
-  - [Common Infrastructure](https://github.com/KhronosGroup/GL-Next/tree/master/icd/common)\r
-  - [Implementation for Intel GPUs](https://github.com/KhronosGroup/GL-Next/tree/master/icd/intel)\r
-- [*Sample Driver Tests*](https://github.com/KhronosGroup/GL-Next/tree/master/tests)\r
+- [*Sample Drivers*](icd)\r
+  - [Common Infrastructure](icd/common)\r
+  - [Implementation for Intel GPUs](icd/intel)\r
+- [*Sample Driver Tests*](tests)\r
   - Now includes Golden images to verify xgl_render_tests rendering.\r
 \r
 ## New\r
@@ -58,11 +58,11 @@ The following components are available:
 \r
 ## How to Build and Run\r
 \r
-[BUILD.md](https://github.com/KhronosGroup/GL-Next/tree/master/BUILD.md)\r
+[BUILD.md](BUILD.md)\r
 includes directions for building all the components, running the validation tests and running the demo applications.\r
 \r
 Information on how to enable the various Debug and Validation layers is in\r
-[layers/README.md](https://github.com/KhronosGroup/GL-Next/tree/master/layers/README.md).\r
+[layers/README.md](layers/README.md).\r
 \r
 ## References\r
 This version of the components are written based on the following preliminary specs and proposals:\r