Skip to content

Fixed: documentation link and markdown lint #778

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

Merged
merged 1 commit into from
May 29, 2020
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
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ See the [examples](https://github.com/json-api-dotnet/JsonApiDotNetCore/tree/mas

## Installation And Usage

See [the documentation](https://json-api-dotnet.github.io/#/) for detailed usage.
See [our documentation](https://json-api-dotnet.github.io/JsonApiDotNetCore/) for detailed usage.

### Models

Expand Down Expand Up @@ -110,8 +110,8 @@ dotnet clean
```

#### Compiler warnings
The `Release` build configuration is set to fail on warnings. That means when submitting a PR there shouldn't be any compiler warnings because the CI build it set to `Release`.

The `Release` build configuration is set to fail on warnings. That means when submitting a PR there shouldn't be any compiler warnings because the CI build it set to `Release`.

## Compatibility

Expand All @@ -121,5 +121,3 @@ A lot of changes were introduced in v4.0.0, the following chart should help you
| ----------------- | ------------- |
| 2.* | v3.* |
| 3.* | v4.* |