Skip to content

Commit

Permalink
Fix all the links
Browse files Browse the repository at this point in the history
  • Loading branch information
memgonzales committed Feb 6, 2025
1 parent e3327e9 commit 1848108
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ <h2 id="-topic-outline" class="mb-4">πŸ“œ Topic Outline</h2>
</p>
<p>
<strong>HTML</strong> files (third column) cannot be directly opened and
run on RStudio. However, they are nicely displayed in the browser while
also preserving the outputs.
run on RStudio. However, they are nicely displayed in the browser, and
outputs are preserved.
</p>
<table class="table">
<thead>
Expand All @@ -119,10 +119,7 @@ <h2 id="-topic-outline" class="mb-4">πŸ“œ Topic Outline</h2>
>
</td>
<td>
<a
href="https://github.com/bioinfodlsu/basic-r-tutorial/blob/main/1.-Introduction-to-R-Syntax.md"
>Link</a
>
<a href="1. Introduction to R Syntax.nb.html">Link</a>
</td>
</tr>
<tr>
Expand All @@ -135,8 +132,7 @@ <h2 id="-topic-outline" class="mb-4">πŸ“œ Topic Outline</h2>
>
</td>
<td>
<a
href="https://github.com/bioinfodlsu/basic-r-tutorial/blob/main/2.-Groups-of-Data---Vectors%2C-Matrices---Lists.md"
<a href="2. Groups of Data - Vectors, Matrices & Lists.nb.html"
>Link</a
>
</td>
Expand All @@ -150,6 +146,9 @@ <h2 id="-topic-outline" class="mb-4">πŸ“œ Topic Outline</h2>
>Link</a
>
</td>
<td>
<a href="3. Dataframes.nb.html">Link</a>
</td>
</tr>
<tr>
<td>4</td>
Expand All @@ -160,6 +159,9 @@ <h2 id="-topic-outline" class="mb-4">πŸ“œ Topic Outline</h2>
>Link</a
>
</td>
<td>
<a href="4. Manipulating Data with dplyr.nb.html">Link</a>
</td>
</tr>
<tr>
<td>5</td>
Expand All @@ -172,6 +174,12 @@ <h2 id="-topic-outline" class="mb-4">πŸ“œ Topic Outline</h2>
>Link</a
>
</td>
<td>
<a
href="5. Fundamentals of Data Visualization with ggplot2.nb.html"
>Link</a
>
</td>
</tr>
<tr>
<td>6</td>
Expand All @@ -182,6 +190,9 @@ <h2 id="-topic-outline" class="mb-4">πŸ“œ Topic Outline</h2>
>Link</a
>
</td>
<td>
<a href="6. Descriptive Statistics.nb.html">Link</a>
</td>
</tr>
<tr>
<td>7</td>
Expand All @@ -192,6 +203,9 @@ <h2 id="-topic-outline" class="mb-4">πŸ“œ Topic Outline</h2>
>Link</a
>
</td>
<td>
<a href="7. Inferential Statistics.nb.html">Link</a>
</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 1848108

Please sign in to comment.