From e231eaa6d32a8f051368734d52e36fe383d0b53c Mon Sep 17 00:00:00 2001 From: yueye6811 Date: Sat, 8 Aug 2026 23:29:03 +0800 Subject: [PATCH] Update links after repository move --- README.md | 10 +++++----- README.zh-CN.md | 10 +++++----- SECURITY.md | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4c1d5d7..9b250a0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MaxMath (Higher Algebra Calculator) -[![CI](https://github.com/yueye6811/MaxMath/actions/workflows/ci.yml/badge.svg)](https://github.com/yueye6811/MaxMath/actions/workflows/ci.yml) -[![Release](https://img.shields.io/github/v/release/yueye6811/MaxMath?label=release)](https://github.com/yueye6811/MaxMath/releases/latest) +[![CI](https://github.com/ParuhParhat/MaxMath/actions/workflows/ci.yml/badge.svg)](https://github.com/ParuhParhat/MaxMath/actions/workflows/ci.yml) +[![Release](https://img.shields.io/github/v/release/ParuhParhat/MaxMath?label=release)](https://github.com/ParuhParhat/MaxMath/releases/latest) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

@@ -9,8 +9,8 @@ 简体中文

-[Download MaxMath 1.1.1 APK](https://github.com/yueye6811/MaxMath/releases/download/v1.1.1/MaxMath-v1.1.1-arm64-v8a.apk) -· [Release notes](https://github.com/yueye6811/MaxMath/releases/tag/v1.1.1) +[Download MaxMath 1.1.1 APK](https://github.com/ParuhParhat/MaxMath/releases/download/v1.1.1/MaxMath-v1.1.1-arm64-v8a.apk) +· [Release notes](https://github.com/ParuhParhat/MaxMath/releases/tag/v1.1.1) MaxMath is an offline Android app for higher-algebra computation and interactive plotting, powered by GNU Maxima. Its interface is built with Kotlin and Jetpack @@ -56,7 +56,7 @@ are sampled locally from the same expression AST and rendered with OpenGL. ## Getting the Source ~~~bash -git clone https://github.com/yueye6811/MaxMath.git +git clone https://github.com/ParuhParhat/MaxMath.git cd MaxMath ~~~ diff --git a/README.zh-CN.md b/README.zh-CN.md index f0e14ee..0a8b894 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,7 +1,7 @@ # MaxMath(高代计算器) -[![CI](https://github.com/yueye6811/MaxMath/actions/workflows/ci.yml/badge.svg)](https://github.com/yueye6811/MaxMath/actions/workflows/ci.yml) -[![Release](https://img.shields.io/github/v/release/yueye6811/MaxMath?label=release)](https://github.com/yueye6811/MaxMath/releases/latest) +[![CI](https://github.com/ParuhParhat/MaxMath/actions/workflows/ci.yml/badge.svg)](https://github.com/ParuhParhat/MaxMath/actions/workflows/ci.yml) +[![Release](https://img.shields.io/github/v/release/ParuhParhat/MaxMath?label=release)](https://github.com/ParuhParhat/MaxMath/releases/latest) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

@@ -9,8 +9,8 @@ 简体中文

-[下载 MaxMath 1.1.1 APK](https://github.com/yueye6811/MaxMath/releases/download/v1.1.1/MaxMath-v1.1.1-arm64-v8a.apk) -· [发布说明](https://github.com/yueye6811/MaxMath/releases/tag/v1.1.1) +[下载 MaxMath 1.1.1 APK](https://github.com/ParuhParhat/MaxMath/releases/download/v1.1.1/MaxMath-v1.1.1-arm64-v8a.apk) +· [发布说明](https://github.com/ParuhParhat/MaxMath/releases/tag/v1.1.1) 基于 GNU Maxima 的离线 Android 高等代数计算与交互式绘图应用。界面使用 Kotlin 与 Jetpack Compose,数学输入由纯 Kotlin 解析器处理,复杂符号计算在独立 @@ -51,7 +51,7 @@ Matplotlib 渲染;3D 曲面和等高线由同一表达式 AST 在本地采样 ## 获取源码 ~~~bash -git clone https://github.com/yueye6811/MaxMath.git +git clone https://github.com/ParuhParhat/MaxMath.git cd MaxMath ~~~ diff --git a/SECURITY.md b/SECURITY.md index c2050af..71eb44e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,7 +8,7 @@ 请不要在公开 Issue 中披露尚未修复的漏洞。请通过 GitHub 的私有漏洞报告入口提交: -https://github.com/yueye6811/MaxMath/security/advisories/new +https://github.com/ParuhParhat/MaxMath/security/advisories/new 如果该页面没有提供私密报告入口,请创建一个不含漏洞细节的普通 Issue,仅说明希望 取得私密安全联系渠道。维护者回复前,请勿公开复现步骤、利用代码或敏感日志。