Skip to content

Commit 0976bdc

Browse files
committed
Link to 0.10.3 tag instead of master branch
It may be less confusing for new users if the docs link them to the current stable release. It could reduce issues like [this one](#1988)
1 parent 0422a1e commit 0976bdc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,14 @@ If you'd like to chat, we have a [community slack](http://amserializers.herokuap
8484
Thanks!
8585

8686
## Documentation
87+
88+
If you're reading this at https://github.com/rails-api/active_model_serializers you are
89+
reading documentation for our `master`, which may include features that have not
90+
been released yet. Please see below for the documentation relevant to you.
91+
8792
- [0.10 (master) Documentation](https://github.com/rails-api/active_model_serializers/tree/master)
88-
- [![API Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://www.rubydoc.info/gems/active_model_serializers/0.10.2)
93+
- [0.10.3 (latest release) Documentation](https://github.com/rails-api/active_model_serializers/tree/v0.10.3)
94+
- [![API Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://www.rubydoc.info/gems/active_model_serializers/0.10.3)
8995
- [Guides](docs)
9096
- [0.9 (0-9-stable) Documentation](https://github.com/rails-api/active_model_serializers/tree/0-9-stable)
9197
- [![API Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://www.rubydoc.info/github/rails-api/active_model_serializers/0-9-stable)

0 commit comments

Comments
 (0)