diff --git a/01_Code/physical_computing_interface/probabilisticProjections/index.html b/01_Code/physical_computing_interface/probabilisticProjections/index.html index 93ab4241bf96ee0845079bc495e6f5a5d78533df..f2c6a12305faf329d3f590066ea5b0766c63bde8 100644 --- a/01_Code/physical_computing_interface/probabilisticProjections/index.html +++ b/01_Code/physical_computing_interface/probabilisticProjections/index.html @@ -71,9 +71,9 @@ <script src="../lib/cytoscape.min.js"></script> <script src="../lib/cytoscape-cxtmenu.js"></script> -<script src="https://unpkg.com/layout-base/layout-base.js"></script> -<script src="https://unpkg.com/cose-base/cose-base.js"></script> -<script src="https://unpkg.com/cytoscape-cose-bilkent/cytoscape-cose-bilkent.js"></script> +<script src="http://unpkg.com/layout-base/layout-base.js"></script> +<script src="http://unpkg.com/cose-base/cose-base.js"></script> +<script src="http://unpkg.com/cytoscape-cose-bilkent/cytoscape-cose-bilkent.js"></script> <script src="../lib/cytoscape-expand-collapse.js"></script> diff --git a/README.md b/README.md index ed1dd2cb5d11567f992129ae5463f9e0b51e3a77..4e045559e9d2a45ec4cf9314d0400573e51bfb3c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Topics include: ## Demo Links - **"Physical Computing Interface"** demo lives [here.](https://amiraa.pages.cba.mit.edu/physical-computing-design-tools/01_Code/physical_computing_interface/index.html) -- "Performance Calculation Graph" demo lives [here.](https://amiraa.pages.cba.mit.edu/physical-computing-design-tools/01_Code/physical_computing_interface/graph/index.html) +- "Performance Calculation Graph" demo lives [here.](https://amiraa.pages.cba.mit.edu/physical-computing-design-tools/01_Code/physical_computing_interface/probabilisticProjections/index.html) - [Distributed Deep Neural Networks](https://gitlab.cba.mit.edu/amiraa/ddnn) - UR10 voxel Assembly [demo.](https://amiraa.pages.cba.mit.edu/physical-computing-design-tools/01_Code/physical_computing_interface/assembly/standAloneAssembly.html)