Skip to content

Commit

Permalink
point to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Feb 3, 2024
1 parent d1fc0f1 commit 44b9d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Tutorials.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default {
title: "Brep booleans in VS Code",
text: "COMPAS has a geometry processing library that can be used independent of CAD software. In this tutorial we apply boolean operations to a Brep, direclty in VS Code, and visualise the result using a Jupyter notebook viewer.",
image: "https://raw.githubusercontent.com/compas-dev/tutorials/main/brep-booleans-vscode/notebook-viewer.png",
link: "https://www.github.com/compas-dev/tutorials/tree/main/brep-booleans-vscode",
link: "https://www.github.com/compas-dev/tutorials/tree/main/brep-booleans-vscode/README.md",
},
{
title: "Storing and Moving Data",
Expand Down Expand Up @@ -97,7 +97,7 @@ export default {
title: "Making a Browser App",
text: "This repo contains a basic browser app made with Vue and ThreeJS, and with COMPAS running on a local server using FastAPI.",
image: "https://raw.githubusercontent.com/compas-dev/compas-webviewer/main/compas-webviewer.png",
link: "https://www.github.com/compas-dev/compas-webviewer",
link: "https://www.github.com/compas-dev/compas-webviewer/README.md",
},
// {
// title: "Parametric Building Information Modelling",
Expand Down

0 comments on commit 44b9d54

Please sign in to comment.