Skip to content

Commit

Permalink
📝 Update documentation references
Browse files Browse the repository at this point in the history
  • Loading branch information
nlepage committed Jan 3, 2018
1 parent c6bea27 commit aa65a67
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ immutad●t gives you a short and meaningful syntax to apply operations on immut

[![npm version](https://badge.fury.io/js/immutadot.svg)](https://badge.fury.io/js/immutadot)
[![Try on RunKit](https://badge.runkitcdn.com/immutadot.svg)](https://npm.runkit.com/immutadot)
[![](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://zenika.github.io/immutadot)
[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://zenika.github.io/immutadot/immutadot)

[![CircleCI](https://circleci.com/gh/Zenika/immutadot.svg?style=shield&circle-token=8b309750f5785783ec9fb4531ba097da60563beb)](https://circleci.com/gh/Zenika/immutadot)
[![codecov](https://codecov.io/gh/Zenika/immutadot/branch/master/graph/badge.svg)](https://codecov.io/gh/Zenika/immutadot)
Expand Down Expand Up @@ -206,7 +206,11 @@ When applying operations on a path immutad●t tries to create the minimum of ob

## Documentation

The full list of immutad●t's features is available in our [documentation](https://zenika.github.io/immutadot).
Latest API documentation for our different packages are available at the following links:
- [immutadot](https://zenika.github.io/immutadot/immutadot)
- [immutadot-lodash](https://zenika.github.io/immutadot/immutadot-lodash/)

Looking for older versions API documentation? Links are available [here](https://github.com/Zenika/immutadot/blob/master/docs/README.md).

## Contributing

Expand Down
9 changes: 7 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Latest documentation for our different packages are available at the following links:
- [immutadot](https://zenika.github.io/immutadot)
Latest API documentation for our different packages are available at the following links:
- [immutadot](https://zenika.github.io/immutadot/immutadot)
- [immutadot-lodash](https://zenika.github.io/immutadot/immutadot-lodash/)

Older API documentations :
- [immutadot 0.3](https://zenika.github.io/immutadot/immutadot/0.3)
- [immutadot 0.2](https://zenika.github.io/immutadot/immutadot/0.2)
- [immutadot 0.1](https://zenika.github.io/immutadot/immutadot/0.1)
2 changes: 1 addition & 1 deletion docs/immutadot/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=0.3">
<meta http-equiv="refresh" content="0;URL=1.0">
</head>
<body></body>
</html>

0 comments on commit aa65a67

Please sign in to comment.