Github wants docs/, not doc/

This commit is contained in:
Neale Pickett 2016-10-21 20:38:19 +00:00
parent 1b3f4f1956
commit 8ae9000131
9 changed files with 9 additions and 5 deletions

View File

@ -7,13 +7,14 @@ which in the past has been called
"Project 2",
"HACK",
"Queen Of The Hill",
and "Cyber FIRE".
"Cyber Spark",
and "Cyber Fire".
Information about these events is at
http://dirtbags.net/contest/
This software serves up puzzles in a manner similar to Jeopardy.
It also track scores,
It also tracks scores,
and comes with a JavaScript-based scoreboard to display team rankings.
@ -21,7 +22,7 @@ How everything works
---------------------------
This section wound up being pretty long.
Please check out [the overview](doc/overview.md)
Please check out [the overview](docs/overview.md)
for details.
@ -34,6 +35,9 @@ Getting Started Developing
Then point a web browser at http://localhost:8080/
and start hacking on things in your `puzzles` directory.
More on how the devel sever works in
[the devel server documentation](docs/devel-server.md)
Running A Production Server
====================

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -90,8 +90,8 @@ There's stuff you can do here:
* [Available puzzles](/puzzles)
* [Raw filesystem view](/files/)
* [Documentation](/files/doc/)
* [Instructions](/files/doc/devel-server.md) for using this server
* [Documentation](/files/docs/)
* [Instructions](/files/docs/devel-server.md) for using this server
If you use this development server to run a contest,
you are a fool.