Skip to content

Commit a9bec11

Browse files
authored
feat: rename modmesh to solvcon in project documentation and footer links (#741)
1 parent 7c85946 commit a9bec11

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

components/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ const Footer: React.FC = () => {
5252
<h3 className="text-red-800">project</h3>
5353
<div className="pl-2">
5454
<Link
55-
href="/project#modmesh"
55+
href="/project#solvcon"
5656
className="block text-white no-underline"
5757
>
58-
modmesh
58+
solvcon
5959
</Link>
6060
<Link
6161
href="/project#python-official-documents-translation-zh-tw"

contents/project/index.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: project
55
url: project
66
---
77

8-
# modmesh
8+
# solvcon
99

1010
<div className="mb-5 flex">
1111
<span className="space-x-2 px-2">
@@ -22,18 +22,20 @@ url: project
2222
</span>
2323
</div>
2424

25-
- **Repository Link:** [GitHub](https://github.com/solvcon/modmesh)
25+
- **Repository Link:** [GitHub](https://github.com/solvcon/solvcon)
2626
- **Leader:** [Yung-Yu Chen](https://twitter.com/yungyuc)
2727

28-
modmesh seamlessly mixes C++ and Python through pybind11, allowing you
28+
solvcon seamlessly mixes C++ and Python through pybind11, allowing you
2929
to leverage the strengths of both programming languages for efficient
3030
PDE solving. We use Qt and Python to visualize the computation results
31-
to give you a better understanding of your PDE solution. modmesh also
31+
to give you a better understanding of your PDE solution. solvcon also
3232
supports mesh visualization, currently in the Gmsh mesh file format. We
33-
have recently made efforts to improve the modmesh UI/UX.
33+
have recently made efforts to improve the solvcon UI/UX.
3434

3535
The design allows it to run on Windows, Linux, and MacOS. Everyone can
36-
use or contribute to modmesh.
36+
use or contribute to solvcon.
37+
38+
(previously *modmesh*, check the [issue](https://github.com/solvcon/solvcon/issues/904) about the name change)
3739

3840
# Python Official Documents Translation (zh_TW)
3941

0 commit comments

Comments
 (0)