Skip to content

Commit ed02a57

Browse files
committed
Update image URLs and donation link to use 'main' branch
1 parent f90eb5e commit ed02a57

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,17 @@ You can contribute and support this project by doing any of the following:
8181
<tr align="center">
8282
<td>
8383
<a href="https://opencollective.com/androidlocalizeplugin/donate" target="_blank">
84-
<img src="https://raw.githubusercontent.com/Airsaid/Resources/master/Images/opencollective-logo.png" width=298 alt="Donate To Our Collective">
84+
<img src="https://raw.githubusercontent.com/Airsaid/Resources/main/Images/opencollective-logo.png" width=298 alt="Donate To Our Collective">
8585
</a>
8686
</td>
8787
<td>
8888
<a href="https://pay.weixin.qq.com/index.php/public/wechatpay_en" target="_blank">
89-
<img src="https://raw.githubusercontent.com/Airsaid/Resources/master/Images/AndroidLocalizePlugin_WeChatPay.jpg" alt="WeChat Pay">
89+
<img src="https://raw.githubusercontent.com/Airsaid/Resources/main/Images/AndroidLocalizePlugin_WeChatPay.jpg" alt="WeChat Pay">
9090
</a>
9191
</td>
9292
<td>
9393
<a href="https://global.alipay.com" target="_blank">
94-
<img src="https://raw.githubusercontent.com/Airsaid/Resources/master/Images/AndroidLocalizePlugin_Alipay.jpg" alt="Alipay">
94+
<img src="https://raw.githubusercontent.com/Airsaid/Resources/main/Images/AndroidLocalizePlugin_Alipay.jpg" alt="Alipay">
9595
</a>
9696
</td>
9797
</tr>

README_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,17 @@ Android 本地化插件,支持多种语言和翻译器。
7979
<tr align="center">
8080
<td>
8181
<a href="https://opencollective.com/androidlocalizeplugin/donate" target="_blank">
82-
<img src="https://raw.githubusercontent.com/Airsaid/Resources/master/Images/opencollective-logo.png" width=298 alt="Donate To Our Collective">
82+
<img src="https://raw.githubusercontent.com/Airsaid/Resources/main/Images/opencollective-logo.png" width=298 alt="Donate To Our Collective">
8383
</a>
8484
</td>
8585
<td>
8686
<a href="https://pay.weixin.qq.com/index.php/public/wechatpay_en" target="_blank">
87-
<img src="https://raw.githubusercontent.com/Airsaid/Resources/master/Images/AndroidLocalizePlugin_WeChatPay.jpg" alt="WeChat Pay">
87+
<img src="https://raw.githubusercontent.com/Airsaid/Resources/main/Images/AndroidLocalizePlugin_WeChatPay.jpg" alt="WeChat Pay">
8888
</a>
8989
</td>
9090
<td>
9191
<a href="https://global.alipay.com" target="_blank">
92-
<img src="https://raw.githubusercontent.com/Airsaid/Resources/master/Images/AndroidLocalizePlugin_Alipay.jpg" alt="Alipay">
92+
<img src="https://raw.githubusercontent.com/Airsaid/Resources/main/Images/AndroidLocalizePlugin_Alipay.jpg" alt="Alipay">
9393
</a>
9494
</td>
9595
</tr>

src/main/kotlin/com/airsaid/localization/config/SettingsComponent.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ private val CompactFieldHeight = 36.dp
157157
private val FormContentSpacing = 8.dp
158158
private const val MAX_REQUEST_INTERVAL_MS = 60_000
159159
private const val DONATION_URL =
160-
"https://github.com/Airsaid/AndroidLocalizePlugin/blob/master/README.md#support-and-donations"
160+
"https://github.com/Airsaid/AndroidLocalizePlugin/blob/main/README.md#support-and-donations"
161161

162162
@OptIn(ExperimentalMaterial3Api::class)
163163
@Composable

0 commit comments

Comments
 (0)