Skip to content

Commit 27ab487

Browse files
committed
📝 Fix broken links
1 parent ad216ef commit 27ab487

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Here are the guidelines we'd like you to follow:
88
- [Found an Issue?](#issue)
99

1010
## <a name="coc"></a> Code of Conduct
11-
[Code of Conduct](coc)
11+
[Code of Conduct][coc]
1212

1313
## <a name="commit"></a> Git Commit Messages
1414

@@ -49,15 +49,15 @@ Where did you expect to find this information?
4949
If you find a bug in the source code or a mistake in the documentation, you can help us by
5050
submitting an issue to our project.
5151

52-
To submit an issue, please check the [Issue Template](issue).
52+
To submit an issue, please check the [Issue Template][issue].
5353

5454
Even better you can submit a Pull Request with a fix.
5555

5656
### Pull Request
5757

58-
* Search [GitHub](pulls) for an open or closed Pull Request
58+
* Search [GitHub][pulls] for an open or closed Pull Request
5959
that relates to your submission. You don't want to duplicate effort.
60-
* Please have a look at [License](license) before sending pull
60+
* Please have a look at [License][license] before sending pull
6161
requests. We cannot accept code without this.
6262

6363
That's it! Thank you for your contribution!

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![melos](https://img.shields.io/badge/maintained%20with-melos-f700ff.svg?style=flat-square)](https://github.com/invertase/melos) [![Codemagic build status](https://api.codemagic.io/apps/63dd4d4ae6be1d561b8f45d2/63dd4d4ae6be1d561b8f45d1/status_badge.svg)](https://codemagic.io/apps/63dd4d4ae6be1d561b8f45d2/63dd4d4ae6be1d561b8f45d1/latest_build) [![Tests](https://github.com/hyper-designed/box_transform/workflows/Tests/badge.svg?branch=main)](https://github.com/hyper-designed/box_transform/actions)
66

7-
[Box Transform](github) provides packages that allows you to programmatically handle box resizing and dragging.
7+
[Box Transform][github] provides packages that allows you to programmatically handle box resizing and dragging.
88
It provides highly flexible, programmatically resizable and draggable boxes that can be used in any Dart or Flutter
99
project. A library for advanced resizing of rect in UI.
1010

@@ -28,26 +28,26 @@ project. A library for advanced resizing of rect in UI.
2828

2929
## Getting Started
3030

31-
Go to the [Getting Started](https://docs.page/hyper-designed/box_transform/flutter_get_started) page of the
32-
[documentation](docsite) to start using Box Transform.
31+
Go to the [Getting Started][get-started] page of the
32+
[documentation][docsite] to start using Box Transform.
3333

34-
### Live Demo: [box-transform.codemagic.app](https://box-transform.codemagic.app)
34+
### Live Demo: [Box-transform Playground][demo]
3535

3636
## Documentation
3737

38-
Documentation is available at https://docs.page/hyper-designed/box_transform.
38+
Documentation is available at [boxtransform.hyperdesigned.dev][docsite].
3939

4040
## Contributing
4141

42-
See [CONTRIBUTING.md](https://github.com/hyper-designed/box_transform/blob/main/CONTRIBUTING.md) for details.
42+
See [CONTRIBUTING.md][contributing] for details.
4343

44-
See [DEVELOPMENT.md](https://github.com/hyper-designed/box_transform/blob/main/development.md) for development setup.
44+
See [DEVELOPMENT.md][development] for development setup.
4545

4646
## Authors
4747

4848
<table>
4949
<tr>
50-
<td align="center"><a href="https://github.com/hyper-designed"><img src="https://avatars.githubusercontent.com/u/20423471?s=100" width="100px;" alt=""/><br /><sub><b>Birju Vachhani</b></sub></a></td>
50+
<td align="center"><a href="https://github.com/BirjuVachhani"><img src="https://avatars.githubusercontent.com/u/20423471?s=100" width="100px;" alt=""/><br /><sub><b>Birju Vachhani</b></sub></a></td>
5151
<td align="center"><a href="https://github.com/SaadArdati"><img src="https://avatars.githubusercontent.com/u/7407478?v=4" width="100px;" alt=""/><br /><sub><b>Saad Ardati</b></sub></a></td>
5252
</tr>
5353
</table>
@@ -86,8 +86,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8686
8787
```
8888

89-
[github]: https://github.com/hyper-designed/box_transform
90-
91-
[pubdev]: https://pub.dev/packages/rect_resizer
92-
93-
[docsite]: https://docs.page/hyper-designed/box_transform
89+
[contributing]: https://github.com/hyper-designed/box_transform/blob/main/CONTRIBUTING.md
90+
[development]: https://github.com/hyper-designed/box_transform/blob/main/development.md
91+
[docsite]: https://boxtransform.hyperdesigned.dev/
92+
[demo]: https://boxtransform-demo.hyperdesigned.dev
93+
[get-started]: https://boxtransform.hyperdesigned.dev/flutter_get_started
94+
[github]: https://github.com/hyper-designed/box_transform

0 commit comments

Comments
 (0)