Skip to content

Commit 6e3eef7

Browse files
committed
#4 Fix referenceis in docs
1 parent 93e8940 commit 6e3eef7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The BSD 2-Clause License
2-
Copyright (c) 2013-2020, Daniel Stainback
2+
Copyright (c) 2021, Interaction Design Foundation
33
All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ php artisan geoip:clear
109109

110110
### Changelog
111111

112-
Please see [Releases](https://github.com/InteractionDesignFoundation/nova-unlayer-field/releases) for more information on what has changed recently.
112+
Please see [Releases](https://github.com/InteractionDesignFoundation/laravel-geoip/releases) for more information on what has changed recently.
113113

114114

115115
## Contributing

docs/config.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Config
2+
3+
## Publish the config
4+
5+
Run this on the command line from the root of your project:
6+
```sh
7+
php artisan vendor:publish --provider="InteractionDesignFoundation\GeoIP\GeoIPServiceProvider" --tag=config
8+
```

0 commit comments

Comments
 (0)