Skip to content

Commit 88338b6

Browse files
Update README.md
1 parent c2a4a33 commit 88338b6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,9 @@ The trick is actually the code: if that is purely
229229
JavaScript, then it will work. To prove this, I deployed
230230
demo games from Vanilla Web Projects using GitHub Pages:
231231

232-
<https://jdevfullstack.github.io/hangman-game/>
232+
<https://jdevfullstack-projects.github.io/hangman-game/>
233233

234-
<https://jdevfullstack.github.io/breakout-game/>
234+
<https://jdevfullstack-projects.github.io/breakout-game/>
235235

236236
As you can see here, because of the pure JavaScript,
237237
it enables the site not to be static. Remember,
@@ -290,13 +290,10 @@ differs from WordPress:
290290

291291
For my very own example, this site
292292

293-
<https://jdevfullstack.github.io/C-Programming-Tutorial/>
293+
<https://jdevfullstack.github.io>
294294

295295
was built by GitHub Pages,
296-
Jekyll being the static site generator.
297-
When you click `View on GitHub`, that is the repository
298-
where all the assets and default documents reside.
299-
It's that simple.
296+
Jekyll being the static site generator. It's that simple.
300297

301298
And, for those who don't know yet how to
302299
host a site using a computer as a server,

0 commit comments

Comments
 (0)