chore: update link to license file (#86)

the file has been renamed in 0dbf75c78e
This commit is contained in:
Kenichi Kamiya 2024-11-28 02:31:19 +09:00 committed by GitHub
parent d013ece76a
commit 880fa12d34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -129,7 +129,7 @@ You must be at least `1.70.0` tall to get on this ride.
### License ### License
The code in this repository is covered by [the Apache-2.0 The code in this repository is covered by [the Apache-2.0
License](LICENSE.md). License](LICENSE).
[`KdlDocument`]: https://docs.rs/kdl/latest/kdl/struct.KdlDocument.html [`KdlDocument`]: https://docs.rs/kdl/latest/kdl/struct.KdlDocument.html
[`KdlNode`]: https://docs.rs/kdl/latest/kdl/struct.KdlNode.html [`KdlNode`]: https://docs.rs/kdl/latest/kdl/struct.KdlNode.html

View File

@ -3,7 +3,7 @@ package {
version "0.0.0" version "0.0.0"
description "The kdl document language" description "The kdl document language"
authors "Kat Marchán <kzm@zkat.tech>" authors "Kat Marchán <kzm@zkat.tech>"
license-file LICENSE.md license-file LICENSE
edition "2018" edition "2018"
} }

View File

@ -127,7 +127,7 @@
//! ## License //! ## License
//! //!
//! The code in this repository is covered by [the Apache-2.0 //! The code in this repository is covered by [the Apache-2.0
//! License](LICENSE.md). //! License](LICENSE).
// TODO(@zkat): bring this back later. // TODO(@zkat): bring this back later.
// ### Query Engine // ### Query Engine