Skip to content

Commit 5e38ad4

Browse files
committed
fix the damn link to gitpod
1 parent ea496d0 commit 5e38ad4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

01-CRUD.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Introduction to Mongo"
3-
logoImg: "https://raw.githubusercontent.com/HansUXdev/JavaScript-First/884d95cce59c213f6bb2af7e6d54977b7e06b048/logo.drawio.svg"
3+
logoImg: "https://raw.githubusercontent.com/HansUXdev/JavaScript-First/2acf5840c15af96602aceb66303ea69c5b75e344/logo.svg"
44
theme : "night"
55
transition: "slide"
66
highlightTheme: "dracula"
@@ -17,6 +17,7 @@ enableChalkboard: false
1717

1818
<style>
1919
.line.focus{background:none;font-size: xx-large;color:#5cc4ea;}
20+
/* #logo {text-align:center} */
2021
#logo > img {max-height: 10.5em;}
2122
.p1{padding:1em; border:none}
2223
</style>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Students should be to:
1414
Assuming you are logged into github, then just click the button below. Phone, Tablet, Mac, Windows, Linux, Chromebook, as long as GitPod runs, you can learn how to code, anywhere!
1515

1616
<p align="center">
17-
<a href="https://gitpod.io/#https://github.com/HansUXdev/MongoLearnPodt"><img src="http://gitpod.io/button/open-in-gitpod.svg" alt="Open on GitPod" height="50px"/></a>
17+
<a href="https://gitpod.io/#https://github.com/HansUXdev/MongoLearnPod"><img src="http://gitpod.io/button/open-in-gitpod.svg" alt="Open on GitPod" height="50px"/></a>
1818
</p>
1919

2020
Once GitPod has started up, just type `mongo` into the terminal and it should look something like the gif below.

0 commit comments

Comments
 (0)