From f7fa36b80c07dce6cd6bb229488b83450629ab5b Mon Sep 17 00:00:00 2001 From: Karl Johansson Date: Sun, 5 Jul 2015 21:31:30 +0200 Subject: [PATCH] Point example URLs in README to typeless branch In the README file, the URLs to code examples are currently pointing to files in a non-existing master branch. This change updates them to point to files in an existing branch. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 56ed043..3e5a740 100644 --- a/README.md +++ b/README.md @@ -30,19 +30,19 @@ This repository contains a [Racket](http://racket-lang.org/) package, `marketplace`, which includes - the implementation of the `#lang marketplace` language, in the - [top directory](https://github.com/tonyg/marketplace/tree/master/). + [top directory](https://github.com/tonyg/marketplace/tree/typeless/). - a TCP echo server example, in - [`examples/echo-paper.rkt`](https://github.com/tonyg/marketplace/tree/master/examples/echo-paper.rkt). + [`examples/echo-paper.rkt`](https://github.com/tonyg/marketplace/tree/typeless/examples/echo-paper.rkt). - a TCP chat server example, in - [`examples/chat-paper.rkt`](https://github.com/tonyg/marketplace/tree/master/examples/chat-paper.rkt). + [`examples/chat-paper.rkt`](https://github.com/tonyg/marketplace/tree/typeless/examples/chat-paper.rkt). - Haskell, Erlang and Python implementations of the chat server for comparison, in - [`examples/chat.hs`](https://github.com/tonyg/marketplace/tree/master/examples/chat.hs), - [`chat.erl`](https://github.com/tonyg/marketplace/tree/master/examples/chat.erl), + [`examples/chat.hs`](https://github.com/tonyg/marketplace/tree/typeless/examples/chat.hs), + [`chat.erl`](https://github.com/tonyg/marketplace/tree/typeless/examples/chat.erl), and - [`chat.py`](https://github.com/tonyg/marketplace/tree/master/examples/chat.py) + [`chat.py`](https://github.com/tonyg/marketplace/tree/typeless/examples/chat.py) respectively. ## Compiling and running the code @@ -63,7 +63,7 @@ This will make `#lang marketplace` available to programs. At this point, you may load and run any of the example `*.rkt` files in the -[`examples/`](https://github.com/tonyg/marketplace/tree/master/examples/) +[`examples/`](https://github.com/tonyg/marketplace/tree/typeless/examples/) directory. Note that both the echo server and chat server examples do not print