Skip to content

Commit 703c83c

Browse files
committed
closes #29
1 parent eab6970 commit 703c83c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

00_core.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"cell_type": "markdown",
6565
"metadata": {},
6666
"source": [
67-
"You can set `GH_HOST` to something other than `https://api.github.com` incase you are running a private instance of GitHub such as GitHub Enterprise. However, this library has not been tested on [GitHub Enterprise](https://github.com/enterprise) so proceed at your own risk."
67+
"You can set an environment variable named `GH_HOST` to override the default of `https://api.github.com` incase you are running [GitHub Enterprise](https://github.com/enterprise)(GHE). However, this library has not been tested on GHE, so proceed at your own risk."
6868
]
6969
},
7070
{

docs/core.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
4747
<div class="text_cell_render border-box-sizing rendered_html">
48-
<p>You can set <a href="/core.html#GH_HOST"><code>GH_HOST</code></a> to something other than <code>https://api.github.com</code> incase you are running a private instance of GitHub such as GitHub Enterprise. However, this library has not been tested on <a href="https://github.com/enterprise">GitHub Enterprise</a> so proceed at your own risk.</p>
48+
<p>You can set an environment variable named <a href="/core.html#GH_HOST"><code>GH_HOST</code></a> to override the default of <code>https://api.github.com</code> incase you are running <a href="https://github.com/enterprise">GitHub Enterprise</a>(GHE). However, this library has not been tested on GHE, so proceed at your own risk.</p>
4949

5050
</div>
5151
</div>

0 commit comments

Comments
 (0)