Skip to content

Commit

Permalink
update resource path
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-418 committed Jun 10, 2024
1 parent 6f8adc4 commit 76ccffc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
updater
/updater/updater
10 changes: 5 additions & 5 deletions updater/templates/README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
{{- $rl := .Releases -}}

# {{ $tx.lantern }}
[![en](resources/English.svg)](README.md)
[![zh](resources/Chinese.svg)](README.zh.md)
[![ru](resources/Russian.svg)](README.ru.md)
[![ar](resources/Arabic.svg)](README.ar.md)
[![fa](resources/Farsi.svg)](README.fa.md)
[![en](../resources/English.svg)](README.md)
[![zh](../resources/Chinese.svg)](README.zh.md)
[![ru](../resources/Russian.svg)](README.ru.md)
[![ar](../resources/Arabic.svg)](README.ar.md)
[![fa](../resources/Farsi.svg)](README.fa.md)
---
{{ $tx.summary }}

Expand Down

0 comments on commit 76ccffc

Please sign in to comment.