Skip to content

Commit

Permalink
relink images to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ModischFabrications committed Feb 1, 2024
1 parent 7773b9a commit 6b5c210
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Build, Test, Deploy
on:
push:
branches:
- "master"
- "main"
tags:
- "v*"
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
node_modules
/dist
letsencrypt
workflows

# local env files
.env.local
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![logo](https://github.com/ModischFabrications/CutSolverFrontend/raw/master/src/assets/logo.svg) CutSolver (Frontend)
# ![logo](https://github.com/ModischFabrications/CutSolverFrontend/raw/main/src/assets/logo.svg) CutSolver (Frontend)

[![CI/CD](https://github.com/ModischFabrications/CutSolverFrontend/actions/workflows/ci.yml/badge.svg)](https://github.com/ModischFabrications/CutSolverFrontend/actions/workflows/ci.yml)
[![Docker Image Version](https://img.shields.io/docker/v/modischfabrications/cutsolver_frontend?sort=semver)](https://hub.docker.com/r/modischfabrications/cutsolver_frontend)
Expand All @@ -11,7 +11,7 @@ It seems like no other free service tackles this specific problem in an easy-to-

*You are very welcome to share how you use this tool!*

![Showcase](https://github.com/ModischFabrications/CutSolverFrontend/raw/master/docs/mobile.png)
![Showcase](https://github.com/ModischFabrications/CutSolverFrontend/raw/main/docs/mobile.png)

This Solver is using integers exclusively, as there is no need for arbitrary precision (yet).
Feel free to shift your numbers a few decimals if you need fractions.
Expand Down

0 comments on commit 6b5c210

Please sign in to comment.