From af90e86b4da8dafbc4c2f16d36221279acd5f7d3 Mon Sep 17 00:00:00 2001 From: Willy Fitra Hendria Date: Sat, 1 Jun 2024 19:11:26 +0900 Subject: [PATCH] Fix link to the license (#46) (#47) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 653e2c6..61441cd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Please feel free to send a pull request to contribute to this project by followi ## License -This poject is available as open source under the terms of the [MIT License](https://github.com/willyfh/visualtorch/blob/update-readme/LICENSE). +This poject is available as open source under the terms of the [MIT License](https://github.com/willyfh/visualtorch/blob/main/LICENSE). Originally, this project was based on the [visualkeras](https://github.com/paulgavrikov/visualkeras) (under the MIT license), with additional modifications inspired by [pytorchviz](https://github.com/szagoruyko/pytorchviz), and [pytorch-summary](https://github.com/sksq96/pytorch-summary), both of which are also licensed under the MIT license.