Skip to content

Commit bafee87

Browse files
committed
update all path references with relative ones
1 parent c6e8284 commit bafee87

File tree

9 files changed

+52
-29
lines changed

9 files changed

+52
-29
lines changed

.idea/workspace.xml

+20-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+25-16
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
# dargon2 plugins
22

3+
![dargon2](https://github.com/tmthecoder/dargon2/workflows/dargon2/badge.svg)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5+
6+
---
7+
38
This repository hosts all the dargon2 plugins:
4-
- [dargon2]
5-
- [dargon2_flutter]
6-
- Along with its dependencies:
7-
- [dargon2_flutter_platform_interface]
8-
- [dargon2_flutter_mobile]
9-
- [dargon2_flutter_web]
10-
- [dargon2_core]
11-
- [dargon2_interface]
9+
10+
| Plugin | Pub |
11+
|-------------------|------------------------------------------------------------------------------------------------------------------|
12+
| dargon2 | [![pub package](https://img.shields.io/pub/v/dargon2.svg)](https://pub.dev/packages/dargon2) |
13+
| dargon2_flutter | [![pub package](https://img.shields.io/pub/v/dargon2_flutter.svg)](https://pub.dev/packages/dargon2_flutter) |
14+
| dargon2_core | [![pub package](https://img.shields.io/pub/v/dargon2_core.svg)](https://pub.dev/packages/dargon2_core) |
15+
| dargon2_interface | [![pub package](https://img.shields.io/pub/v/dargon2_interface.svg)](https://pub.dev/packages/dargon2_interface) |
16+
17+
As well as [dargon2_flutter]'s federated-plugin dependencies:
18+
- [dargon2_flutter_platform_interface]
19+
- [dargon2_flutter_mobile]
20+
- [dargon2_flutter_web]
1221

1322
Each plugin has its own functionality, but at their core, they provide some functionality necessary to implement argon2 password hashing in Dart or Flutter applications.
1423

@@ -34,12 +43,12 @@ If possible, please mark issues with the specific plugin it relates to by prepen
3443

3544
All dargon2 projects are licensed under the [MIT License], found on either within each plugin's directory or here.
3645

37-
[dargon2]: https://github.com/tmthecoder/dargon2/blob/main/dargon2
38-
[dargon2_flutter]: https://github.com/tmthecoder/dargon2/blob/main/dargon2_flutter/dargon2_flutter
39-
[dargon2_flutter_platform_interface]: https://github.com/tmthecoder/dargon2/blob/main/dargon2_flutter/dargon2_flutter_platform_interface
40-
[dargon2_flutter_mobile]: https://github.com/tmthecoder/dargon2/blob/main/dargon2_flutter/dargon2_flutter_mobile
41-
[dargon2_flutter_web]: https://github.com/tmthecoder/dargon2/blob/main/dargon2_flutter/dargon2_flutter_web
42-
[dargon2_core]: https://github.com/tmthecoder/dargon2/blob/main/dargon2_core
43-
[dargon2_interface]: https://github.com/tmthecoder/dargon2/blob/main/dargon2_interface
46+
[dargon2]: ./dargon2
47+
[dargon2_flutter]: ./dargon2_flutter/dargon2_flutter
48+
[dargon2_flutter_platform_interface]: ./dargon2_flutter/dargon2_flutter_platform_interface
49+
[dargon2_flutter_mobile]: ./dargon2_flutter/dargon2_flutter_mobile
50+
[dargon2_flutter_web]: ./dargon2_flutter/dargon2_flutter_web
51+
[dargon2_core]: ./dargon2_core
52+
[dargon2_interface]: ./dargon2_interface
4453

45-
[MIT License]: https://github.com/tmthecoder/dargon2/blob/main/LICENSE
54+
[MIT License]: ./LICENSE

dargon2/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Please mark all dargon2 issues with `[dargon2]` prepended to the issue title
5454
- dargon2 is Licensed under the [MIT License]
5555
- The C implementation of [Argon2] is licensed under a dual [Apache and CC0 License]
5656

57-
[MIT License]: https://github.com/tmthecoder/dargon2/blob/main/LICENSE
57+
[MIT License]: ./LICENSE
5858

5959
[Argon2]: https://github.com/P-H-C/phc-winner-argon2
6060

dargon2_core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Please mark all dargon2_core issues with `[dargon2_core]` prepended to the issue
4848
- dargon2_core is Licensed under the [MIT License]
4949
- The C implementation of [Argon2] is licensed under a dual [Apache and CC0 License]
5050

51-
[MIT License]: https://github.com/tmthecoder/dargon2/blob/main/dargon2_core/LICENSE
51+
[MIT License]: ./LICENSE
5252

5353
[Argon2]: https://github.com/P-H-C/phc-winner-argon2
5454

dargon2_flutter/dargon2_flutter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Please mark all dargon2_flutter issues with `[dargon2_flutter]` prepended to the
8585
- The C implementation of [Argon2] is licensed under a dual [Apache and CC0 License]
8686
- [hash-wasm] is licensed under the [MIT License](https://github.com/Daninet/hash-wasm/blob/master/LICENSE)
8787

88-
[MIT License]: https://github.com/tmthecoder/dargon2_flutter/blob/main/LICENSE
88+
[MIT License]: ../LICENSE
8989

9090
[Argon2]: https://github.com/P-H-C/phc-winner-argon2
9191

dargon2_flutter/dargon2_flutter_mobile/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This is ONLY the mobile-specific platform interface. Please use the federated [d
1616
- dargon2_core is Licensed under the [MIT License](https://github.com/tmthecoder/dargon2_core/blob/main/LICENSE)
1717
- The C implementation of [Argon2] is licensed under a dual [Apache and CC0 License]
1818

19-
[MIT License]: https://github.com/tmthecoder/dargon2/blob/main/dargon2_flutter/LICENSE
19+
[MIT License]: ../LICENSE
2020

2121
[Argon2]: https://github.com/P-H-C/phc-winner-argon2
2222

dargon2_flutter/dargon2_flutter_platform_interface/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ A plugin that defines the common interface for [dargon2_flutter] platform implem
1010
- dargon2_flutter_platform_interface is Licensed under the [MIT License]
1111
- dargon2_interface is Licensed under the [MIT License](https://github.com/tmthecoder/dargon2/blob/main/dargon2_interface/LICENSE)
1212

13-
[MIT License]: https://github.com/tmthecoder/dargon2/blob/main/dargon2_flutter/LICENSE
13+
[MIT License]: ../LICENSE

dargon2_flutter/dargon2_flutter_web/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ This is ONLY the web-specific platform interface. Please use the federated [darg
1414
- dargon2_flutter_web is Licensed under the [MIT License]
1515
- [hash-wasm] is Licensed under the [MIT License](https://github.com/Daninet/hash-wasm/blob/master/LICENSE)
1616

17-
[MIT License]: https://github.com/tmthecoder/dargon2/blob/main/dargon2_flutter/LICENSE
17+
[MIT License]: ../LICENSE
1818
[hash-wasm]: https://github.com/Daninet/hash-wasm

dargon2_interface/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Please mark all dargon2_interface issues with `[dargon2]` prepended to the issue
4646
- dargon2_core is Licensed under the [MIT License]
4747
- The C implementation of [Argon2] is licensed under a dual [Apache and CC0 License]
4848

49-
[MIT License]: https://github.com/tmthecoder/dargon2/blob/main/dargon2_interface/LICENSE
49+
[MIT License]: ./LICENSE
5050

5151
[Argon2]: https://github.com/P-H-C/phc-winner-argon2
5252

0 commit comments

Comments
 (0)