mirror of
https://github.com/lune-org/docs.git
synced 2025-04-03 18:10:54 +01:00
Fix link to lune repo
This commit is contained in:
parent
c072b29c63
commit
1c054008cf
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@ export default {
|
|||
logo: <span>Lune Documentation</span>,
|
||||
docsRepositoryBase: "https://github.com/lune-org/docs/blob/main/pages",
|
||||
project: {
|
||||
link: "https://github.com/lune-org/lune",
|
||||
link: "https://github.com/filiptibell/lune",
|
||||
},
|
||||
footer: {
|
||||
text: (
|
||||
<span>
|
||||
MPL-2.0 {new Date().getFullYear()} ©{" "}
|
||||
<a href="https://github.com/lune-org/lune" target="_blank">
|
||||
<a href="https://github.com/filiptibell/lune" target="_blank">
|
||||
Lune
|
||||
</a>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue