Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix internal links in README.md #560

Merged
merged 1 commit into from
May 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ The code contains three sample backends:
git submodule update --init --recursive
```

2. Install [dependencies](#Dependencies). You can find specific instructions
for Ubuntu 16.04 [here](#Ubuntu-dependencies) and for macOS 10.12
[here](#macOS-dependencies).
2. Install [dependencies](#dependencies). You can find specific instructions
for Ubuntu 16.04 [here](#ubuntu-dependencies) and for macOS 10.12
[here](#macos-dependencies).

3. Build. By default, building takes place in a subdirectory named `build`.
```
Expand All @@ -59,7 +59,7 @@ The code contains three sample backends:
```

If you plan to contribute to p4c, you'll find more useful information
[here](#Development-tools).
[here](#development-tools).

# Dependencies

Expand Down