Skip to content

Commit

Permalink
chore: update repo URL
Browse files Browse the repository at this point in the history
wokwi -> TinyTapeout
  • Loading branch information
urish committed Feb 29, 2024
1 parent 1082145 commit c0bfee8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# SiliWiz

[![Build and Lint](https://github.com/wokwi/siliwiz/actions/workflows/ci.yml/badge.svg)](https://github.com/wokwi/siliwiz/actions/workflows/ci.yml)
[![Build and Lint](https://github.com/TinyTapeout/siliwiz/actions/workflows/ci.yml/badge.svg)](https://github.com/TinyTapeout/siliwiz/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/wokwi/siliwiz)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TinyTapeout/siliwiz)

SiliWiz is a free educational tool to help you learn the basics of how semiconductors work and manufactured at a fundamental level.

For more information, see the [SiliWiz Lessons website](https://tinytapeout.com/siliwiz/).

## Cloud Development

You can hack on the project by opening it on [Gitpod](https://gitpod.io/#https://github.com/wokwi/siliwiz). This opens a full development environment in your browser, including a code editor, terminal, and a preview pane where you can see your changes in action.
You can hack on the project by opening it on [Gitpod](https://gitpod.io/#https://github.com/TinyTapeout/siliwiz). This opens a full development environment in your browser, including a code editor, terminal, and a preview pane where you can see your changes in action.

## Local Development

Expand Down
2 changes: 1 addition & 1 deletion src/components/Canvas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default function Canvas(props: { size: number }) {

const domRect = domRectFromPoints(rect.start, rect.end);
if (domRect.width < 3 || domRect.height < 3) {
// Don't create a rect that's too small, see https://github.com/wokwi/siliwiz/issues/10
// Don't create a rect that's too small, see https://github.com/TinyTapeout/siliwiz/issues/10
return;
}

Expand Down
2 changes: 1 addition & 1 deletion src/config/consts.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// SPDX-License-Identifier: Apache-2.0

export const repo = 'https://github.com/wokwi/siliwiz';
export const repo = 'https://github.com/TinyTapeout/siliwiz';

0 comments on commit c0bfee8

Please sign in to comment.