Skip to content

Commit 48d0993

Browse files
committed
2 parents 2f235ec + 8376dae commit 48d0993

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
hugo \
5757
--minify \
58-
--baseURL "${{ steps.pages.outputs.base_url }}/"
58+
--baseURL "https://connection-machine.com/"
5959
- name: Upload artifact
6060
uses: actions/upload-pages-artifact@v3
6161
with:

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ images:
99

1010
## What is Connection Machine?
1111

12-
Connection Machine is an open-source and cross-platform desktop application for designing and simulating digital circuits at scale. It is being built as a university project for [RCOS](https://handbook.rcos.io/#/?id=main). You can get a build of the application from the [releases page](https://github.com/Martian-Technologies/Logic-Graph-Creator/releases/) on GitHub.
12+
Connection Machine is an open-source and cross-platform desktop application for designing and simulating digital circuits at scale. It is being built as a university project for [RCOS](https://handbook.rcos.io/#/?id=main). You can get a build of the application from the [releases page](https://github.com/Martian-Technologies/Connection-Machine/releases/) on GitHub.
1313

1414
## Features
1515

1616
- **Tensor connect**: Allows you to perform enormous connections by projecting your circuit across space.
1717
- **Fast simulation**: We use a custom-built simulation engine that can simulate entire computers in real-time.
18-
- **Open-source**: All our code is open-source and free to use. You can contribute to the project on [GitHub](https://github.com/Martian-Technologies/Logic-Graph-Creator).
18+
- **Open-source**: All our code is open-source and free to use. You can contribute to the project on [GitHub](https://github.com/Martian-Technologies/Connection-Machine).
1919
- **Custom components**: Create your own components and use them in your designs.
2020

2121
## Planned features

0 commit comments

Comments
 (0)