Skip to content

Commit de4dd2d

Browse files
committed
update docs url
1 parent 6d389db commit de4dd2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/Astrotomic/laravel-translatable/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Astrotomic/laravel-translatable/)
99
[![Latest Version](http://img.shields.io/packagist/v/astrotomic/laravel-translatable.svg?style=flat-square)](https://packagist.org/packages/astrotomic/laravel-translatable)
1010
[![MIT License](https://img.shields.io/github/license/Astrotomic/laravel-translatable.svg?color=blue&style=flat-square)](https://github.com/Astrotomic/laravel-translatable/blob/master/LICENSE)
11-
[![GitBook](https://img.shields.io/badge/GitBook-Astrotomic-blueviolet.svg?style=flat-square)](https://astrotomic.gitbook.io/laravel-translatable)
11+
[![GitBook](https://img.shields.io/badge/GitBook-Astrotomic-blueviolet.svg?style=flat-square)](https://docs.astrotomic.info/laravel-translatable)
1212

1313
![Laravel Translatable](docs/.gitbook/assets/laravel-translatable.png)
1414

1515
**If you want to store translations of your models into the database, this package is for you.**
1616

1717
This is a Laravel package for translatable models. Its goal is to remove the complexity in retrieving and storing multilingual model instances. With this package you write less code, as the translations are being fetched/saved when you fetch/save your instance.
1818

19-
The full documentation can be found at [GitBook](https://astrotomic.gitbook.io/laravel-translatable).
19+
The full documentation can be found at [GitBook](https://docs.astrotomic.info/laravel-translatable).
2020

2121
## Quick Example
2222

0 commit comments

Comments
 (0)