From 6b5c210eaf3d298e7aecb4048c9500410cebae60 Mon Sep 17 00:00:00 2001 From: ModischFabrications Date: Thu, 1 Feb 2024 22:29:19 +0100 Subject: [PATCH] relink images to main --- .github/workflows/ci.yml | 1 - .gitignore | 1 - README.md | 4 ++-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39917b5..c33e2ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,6 @@ name: Build, Test, Deploy on: push: branches: - - "master" - "main" tags: - "v*" diff --git a/.gitignore b/.gitignore index e5478be..96e1754 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ node_modules /dist letsencrypt -workflows # local env files .env.local diff --git a/README.md b/README.md index dfe8c5e..dc3a64f 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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.