Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkurt authored Oct 25, 2018
1 parent a5baefc commit 54b47ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ This is a programmable DNS server. You can write JavaScript to handle DNS querie

### MacOS and Linux

[Download the latest release](/superfly/fly.rs/releases) for your platform, ungzip and put the binary somewhere
[Download the latest release](https://github.com/superfly/fly.rs/releases) for your platform, ungzip and put the binary somewhere

### Windows

Unavailable. Relevant issue: [#9](/superfly/fly.rs/issues/9)
Not yet done. Relevant issue: #9

## Usage

Expand Down Expand Up @@ -59,7 +59,7 @@ addEventListener("resolv", event => {

The Fly runtime was originally derived from [deno](/denoland/deno) and shares some of the same message passing semantics. It has diverged quite a bit, but when possible we'll be contributing code back to deno.

There's an issue: [#5](/superfly/fly.rs/issues/5)
There's an issue: #5

## Development

Expand All @@ -82,4 +82,4 @@ There's an issue: [#5](/superfly/fly.rs/issues/5)

```
cargo run --bin test "v8env/tests/**/*.spec.js"
```
```

0 comments on commit 54b47ce

Please sign in to comment.