Skip to content

Commit c810bee

Browse files
committed
chore: link issue tracking to Codeberg
1 parent 6fe55f5 commit c810bee

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ All notable changes to this project will be documented in this file.
3737
### ⚙️ Miscellaneous Tasks
3838

3939
- Official release binary are cross-compiled from Ubuntu.
40+
- Migrated issue tracker from GitHub to Codeberg.
4041

4142
## [26.1.3.0] - 2026-01-25
4243

tip/src/text_service/chewing.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -890,10 +890,10 @@ impl ChewingTextService {
890890
ID_ABOUT => open_url("chewing-preferences://about"),
891891
ID_WEBSITE => open_url("https://chewing.im/"),
892892
ID_GROUP => open_url("https://groups.google.com/group/chewing-devel"),
893-
ID_BUGREPORT => {
894-
open_url("https://github.com/chewing/windows-chewing-tsf/issues?state=open")
893+
ID_BUGREPORT => open_url("https://codeberg.org/chewing/windows-chewing-tsf/issues"),
894+
ID_DICT_BUGREPORT => {
895+
open_url("https://codeberg.org/chewing/libchewing-data/issues")
895896
}
896-
ID_DICT_BUGREPORT => open_url("https://github.com/chewing/libchewing-data/issues"),
897897
ID_MOEDICT => open_url("https://www.moedict.tw/"),
898898
ID_DICT => open_url("https://dict.revised.moe.edu.tw/"),
899899
ID_SIMPDICT => open_url("https://dict.concised.moe.edu.tw/"),

0 commit comments

Comments
 (0)