From 51fc0bd97b2bd574464606ca6717b5016a7071b7 Mon Sep 17 00:00:00 2001 From: Amira Abdel-Rahman <amira-rahman@aucegypt.edu> Date: Fri, 31 Jan 2020 18:34:01 -0500 Subject: [PATCH] small documentation trial --- .../probabilisticProjections/index.html | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/01_Code/physical_computing_interface/probabilisticProjections/index.html b/01_Code/physical_computing_interface/probabilisticProjections/index.html index 93ab424..f2c6a12 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 ed1dd2c..4e04555 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) -- GitLab