aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2015-04-01 21:11:37 -0400
committerBen Burwell <bburwell1@gmail.com>2015-04-01 21:11:37 -0400
commit16fc3bdd9f085b4db26f082afb7ee0126e8868f9 (patch)
treebafcc183b1abfd446127b9e40054658af5cfda9c
parentddbda1d56b2982b599c628402318f08f3b789323 (diff)
Update README.mdHEADmaster
Hopefully correct the link that GitHub apparently makes automatically
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 18ee12b..7946a6a 100644
--- a/README.md
+++ b/README.md
@@ -17,4 +17,4 @@ A brief overview of features implemented:
To accomplish this, we implemented system requests including requesting input and sending output through COM ports to line printers and dumb terminals. Our process dispatcher uses and round-robin algorithm with configurable process priorities.
-Since all of our development was done using the Borland C++ compiler on MS-DOS, we weren't using git at the time, but I've made posthumous commits and tags based on the dates that I made backups of our code. I'm mostly pushing this to GitHub for my own reference/future enjoyment, but it may be interesting to others as well. For more details, a good starting point would be to check out the Technical Manual in [docs/tech/TechMan.pdf](/benburwell/mpx/tree/master/docs/tech/TechMan.pdf).
+Since all of our development was done using the Borland C++ compiler on MS-DOS, we weren't using git at the time, but I've made posthumous commits and tags based on the dates that I made backups of our code. I'm mostly pushing this to GitHub for my own reference/future enjoyment, but it may be interesting to others as well. For more details, a good starting point would be to check out the Technical Manual in [docs/tech/TechMan.pdf](/docs/tech/TechMan.pdf).