Skip to content

Commit d2e2276

Browse files
committed
Remove modifying repos, and add rendering data
1 parent fa5ae08 commit d2e2276

File tree

4 files changed

+9
-25
lines changed

4 files changed

+9
-25
lines changed

content/guides/modifying-repositories.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Rendering Data as Graphs | GitHub API
3+
---
4+
5+
# Rendering Data as Graphs
6+
7+
Blahblah.

content/v3/git.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,4 @@ repository, you would:
3535
* update the reference of your branch to point to the new commit SHA
3636

3737
It might seem complex, but it's actually pretty simple when you understand
38-
the model and it opens up a ton of things you could potentially do with the API.
39-
40-
You can view a project that runs through this example at the [Modifying Repositories](/guides/modifying-repositories/)
41-
section of the documentation.
38+
the model and it opens up a ton of things you could potentially do with the API.

layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/guides/">Gui
5656
<ul class="js-guides">
5757
<li><a href="/guides/getting-started/">Getting Started</a></li>
5858
<li><a href="/guides/basics-of-authentication/">Basics of Authentication</a></li>
59-
<li><a href="/guides/modifying-repositories/">Modifying Repositories</a></li>
59+
<li><a href="/guides/rendering-data-as-graphs/">Rendering Data as Graphs</a></li>
6060
</ul>
6161
</li>
6262
<li class="js-topic">

0 commit comments

Comments
 (0)