Skip to content

Commit e40e0e2

Browse files
authored
docs: link footer to repo source instead of contributors (#718)
1 parent 2a9091d commit e40e0e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ export default defineConfig({
201201
footer: {
202202
message: 'Released under the MIT License.',
203203
copyright:
204-
'Copyright © 2023-present ' +
205-
'<a href="https://github.com/TypedDevs/bashunit/graphs/contributors"' +
206-
' target="_blank">bashunit contributors</a>'
204+
'Copyright © 2023-present bashunit. ' +
205+
'<a href="https://github.com/TypedDevs/bashunit"' +
206+
' target="_blank">Source · GitHub</a>'
207207
}
208208
},
209209

0 commit comments

Comments
 (0)