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

Remove erroneous information about docs #165

Merged
merged 1 commit into from
Jan 10, 2024
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
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clean and readable. In addition to style and lint checks, it integrates with
analysis tools to your Slim templates.

You can run `slim-lint` manually from the command line, or integrate it into
your [SCM hooks](https://github.com/brigade/overcommit).
your [SCM hooks](https://github.com/sds/overcommit).

* [Requirements](#requirements)
* [Installation](#installation)
Expand Down Expand Up @@ -221,14 +221,6 @@ rake 'slim_lint[app/views, custom/*.slim]'
Files specified in this manner take precedence over the task's `files`
attribute.

## Documentation

[Code documentation] is generated with [YARD] and hosted by [RubyDoc.info].

[Code documentation]: http://rdoc.info/github/sds/slim-lint/master/frames
[YARD]: http://yardoc.org/
[RubyDoc.info]: http://rdoc.info/

## Contributing

We love getting feedback with or without pull requests. If you do add a new
Expand Down