mirror of https://github.com/kdl-org/kdl-rs.git
chore: update link to license file (#86)
the file has been renamed in 0dbf75c78e
This commit is contained in:
parent
d013ece76a
commit
880fa12d34
|
|
@ -129,7 +129,7 @@ You must be at least `1.70.0` tall to get on this ride.
|
|||
### License
|
||||
|
||||
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
|
||||
[`KdlNode`]: https://docs.rs/kdl/latest/kdl/struct.KdlNode.html
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package {
|
|||
version "0.0.0"
|
||||
description "The kdl document language"
|
||||
authors "Kat Marchán <kzm@zkat.tech>"
|
||||
license-file LICENSE.md
|
||||
license-file LICENSE
|
||||
edition "2018"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@
|
|||
//! ## License
|
||||
//!
|
||||
//! The code in this repository is covered by [the Apache-2.0
|
||||
//! License](LICENSE.md).
|
||||
//! License](LICENSE).
|
||||
|
||||
// TODO(@zkat): bring this back later.
|
||||
// ### Query Engine
|
||||
|
|
|
|||
Loading…
Reference in New Issue