mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Fix links in generated index.md
Somehow the empty link didn't work.
This commit is contained in:
parent
675e4bb850
commit
4b321579c2
1 changed files with 2 additions and 2 deletions
|
@ -31,10 +31,10 @@ mkdir -p $target_path
|
|||
cp -a `dirname $0`/../LICENSE.md $target_path
|
||||
|
||||
cat >$target_path/index.md <<EOT
|
||||
This program is distributed under the terms outlined in [LICENSE.md]().
|
||||
This program is distributed under the terms outlined in [LICENSE.md](LICENSE.md).
|
||||
|
||||
This program also uses the Qt library, which is licensed under the
|
||||
LGPL v3: [qt/LICENSE.LGPLv3]().
|
||||
LGPL v3: [qt/LICENSE.LGPLv3](qt/LICENSE.LGPLv3).
|
||||
|
||||
Qt may include additional third-party components:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue