rename "con" to "rcon"

The directory name "con" is not valid on Windows.
This commit is contained in:
Matthew Flatt 2014-03-08 05:24:24 -07:00
parent ec3d7390bc
commit 0b27d5f3c5
13 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#lang plt-web
(require "www/all.rkt" "download/all.rkt" "minis/all.rkt" "stubs/all.rkt" "con/all.rkt")
(require "www/all.rkt" "download/all.rkt" "minis/all.rkt" "stubs/all.rkt" "rcon/all.rkt")

View File

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -5,7 +5,7 @@
"../minis/lists.rkt" "../minis/bugs.rkt"
"../stubs/blog.rkt" "../stubs/git.rkt"
(prefix-in pre: "../minis/pre.rkt")
(only-in "../con/resources.rkt" rcon))
(only-in "../rcon/resources.rkt" rcon))
(provide thanks)
(define thanks

View File

@ -4,7 +4,7 @@
"irc.rkt"
(prefix-in pre: "../minis/pre.rkt")
(only-in "../stubs/docs.rkt" docs-path)
(only-in "../con/resources.rkt" rcon))
(only-in "../rcon/resources.rkt" rcon))
;; TODO
;; -- add links in top paragraph