Skip to content

Commit 880fa12

Browse files
authored
chore: update link to license file (#86)
the file has been renamed in 0dbf75c
1 parent d013ece commit 880fa12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ You must be at least `1.70.0` tall to get on this ride.
129129
### License
130130

131131
The code in this repository is covered by [the Apache-2.0
132-
License](LICENSE.md).
132+
License](LICENSE).
133133

134134
[`KdlDocument`]: https://docs.rs/kdl/latest/kdl/struct.KdlDocument.html
135135
[`KdlNode`]: https://docs.rs/kdl/latest/kdl/struct.KdlNode.html

examples/Cargo.kdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package {
33
version "0.0.0"
44
description "The kdl document language"
55
authors "Kat Marchán <[email protected]>"
6-
license-file LICENSE.md
6+
license-file LICENSE
77
edition "2018"
88
}
99

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
//! ## License
128128
//!
129129
//! The code in this repository is covered by [the Apache-2.0
130-
//! License](LICENSE.md).
130+
//! License](LICENSE).
131131
132132
// TODO(@zkat): bring this back later.
133133
// ### Query Engine

0 commit comments

Comments
 (0)