Skip to content

Commit

Permalink
Merge pull request #23 from Samsinite/patch-1
Browse files Browse the repository at this point in the history
Update README.md to use relative links
  • Loading branch information
RStankov committed Nov 23, 2023
2 parents d6afdb2 + 99d372f commit 97fffbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -10,7 +10,7 @@ Search objects start with an initial collection (scope) and allow it to be filte

Uses:

- complicated search forms ([example](blob/master/example/app/models/post_search.rb))
- complicated search forms ([example](./example/app/models/post_search.rb))
- API endpoints with multiple filter conditions
- [GraphQL](https://rmosolgo.github.io/graphql-ruby/) resolvers ([example](#graphql-plugin))
- ... search objects 😀
Expand All @@ -34,7 +34,7 @@ Or install it yourself as:

## Changelog

Changes are available in [CHANGELOG.md](https://github.com/RStankov/SearchObject/blob/master/CHANGELOG.md)
Changes are available in [CHANGELOG.md](./CHANGELOG.md)

## Usage

Expand Down Expand Up @@ -74,7 +74,7 @@ search.params opened: false # => overwrites the 'opened' option

### Example

You can find example of most important features and plugins - [here](https://github.com/RStankov/SearchObject/tree/master/example).
You can find example of most important features and plugins - [here](./example).

## Plugins

Expand Down Expand Up @@ -399,8 +399,8 @@ end

* **Radoslav Stankov** - *creator* - [RStankov](https://github.com/RStankov)

See also the list of [contributors](https://github.com/RStankov/SearchObject/contributors) who participated in this project.
See also the list of [contributors](./contributors) who participated in this project.

## License

**[MIT License](https://github.com/RStankov/SearchObject/blob/master/LICENSE.txt)**
**[MIT License](./LICENSE.txt)**

0 comments on commit 97fffbe

Please sign in to comment.