Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Commit ef732be

Browse files
committed
Update URLs with new repo
1 parent 24d5fe2 commit ef732be

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/slides/conclusions.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ <h1> Conclusions </h1>
1616
Can be imported as module in Python
1717
</li>
1818
<li>
19-
Feedback is important! Please contact us about a bug or suggestion by opening an <a href="https://github.com/mgckind/easyaccess/issues" target="_blank">issue</a> on the GitHub repo.
19+
Feedback is important! Please contact us about a bug or suggestion by opening an <a href="https://github.com/des-labs/easyaccess/issues" target="_blank">issue</a> on the GitHub repo.
2020
</li>
2121
<li>
22-
Check out our <a href="https://github.com/mgckind/easyaccess/blob/master/FAQ.md" target="_blank">FAQ</a> and <a href="https://github.com/mgckind/easyaccess/blob/master/CONTRIBUTING.md" target="_blank">Contribution guide</a> for more information!
22+
Check out our <a href="https://github.com/des-labs/easyaccess/blob/master/FAQ.md" target="_blank">FAQ</a> and <a href="https://github.com/des-labs/easyaccess/blob/master/CONTRIBUTING.md" target="_blank">Contribution guide</a> for more information!
2323
</li>
2424
</ul>
2525
</section>

src/slides/installation.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h4> <i>Making things even easier. <i class="fa fa-linux " aria-hidden="true"></
4242
<i class="fa fa-apple" aria-hidden="true"></i> supported, <i class="fa fa-windows" aria-hidden="true"></i>
4343
is work in progress.</i> </h4>
4444
<ul class="myitems">
45-
<li> From source, clone <a href=https://github.com/mgckind/easyaccess/><i class="fa fa-github" aria-hidden="true"></i>
45+
<li> From source, clone <a href=https://github.com/des-labs/easyaccess/><i class="fa fa-github" aria-hidden="true"></i>
4646
</a> repo <span class="code"> python setup.py install</span> </li>
4747
<li> Using pip or easy_install <span class="code"> pip install easyaccess==1.4.6</span></li>
4848
<li> Install with <a href="http://conda.pydata.org/docs/install/quick.html" , target="_blank">conda</a>
@@ -80,10 +80,10 @@ <h5 > Press <i class="fa fa-arrow-circle-down" aria-hidden="true"> </i> to see i
8080
<section data-menu-title="pip" id="Installation-pip">
8181
<h2>Source and pip installation</h2>
8282
<div class="parent">
83-
<p class="child"> To clone and install from <i class="fa fa-github" aria-hidden="true"></i> repository <a href="https://github.com/mgckind/easyaccess" target="_blank">https://github.com/mgckind/easyaccess</a></p>
83+
<p class="child"> To clone and install from <i class="fa fa-github" aria-hidden="true"></i> repository <a href="https://github.com/des-labs/easyaccess" target="_blank">https://github.com/des-labs/easyaccess</a></p>
8484
<div class="child">
8585
<pre style="margin-top: 10px; margin-bottom: 0px;">
86-
<code class="sh">git clone https://github.com/mgckind/easyaccess.git
86+
<code class="sh">git clone https://github.com/des-labs/easyaccess.git
8787
cd easyaccess
8888
python setup.py install
8989
</code>

src/slides/links.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<section>
22
<h2> Useful links </h2>
33
<ul>
4-
<li><a href="https://github.com/mgckind/easyaccess">Github repository</a> (for bugs and suggestions)</li>
4+
<li><a href="https://github.com/des-labs/easyaccess">Github repository</a> (for bugs and suggestions)</li>
55
<li><a href="https://opensource.ncsa.illinois.edu/confluence/display/DESDM/EasyAccess">Confluence wiki</a> (DES internal, where you can ask questions)</li>
66
<li><a href="https://opensource.ncsa.illinois.edu/confluence/display/DESDM/Data+Access+FAQ">DES internal, Data Access FAQ</a></li>
7-
<li><a href="https://github.com/mgckind/easyaccess/blob/master/FAQ.md">easyaccess FAQ</a></li>
7+
<li><a href="https://github.com/des-labs/easyaccess/blob/master/FAQ.md">easyaccess FAQ</a></li>
88
<li><a href="https://opensource.ncsa.illinois.edu/confluence/display/DESDM/Processing+Campaign+Summaries">Data releases</a></li>
99
<li><a href="https://cx-oracle.readthedocs.io/en/latest/index.html">cx_Oracle module</a> easyaccess's back-end engine</li>
1010
<li><a href="https://www.oracle.com/technetwork/database/database-technologies/instant-client/overview/index.html">Oracle Instant client</a> </li>

src/slides/simple_logo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section data-menu-title="the code" id="the_code">
22
<h1> easyaccess </h1>
33
<p style="float: center;"><img src="images/desdm_figures/ea.png" width="30%" style="border-color: black"></p>
4-
<p style="font-size:0.7em"><a href=https://github.com/mgckind/easyaccess/>https://github.com/mgckind/easyaccess/</a></p>
4+
<p style="font-size:0.7em"><a href=https://github.com/des-labs/easyaccess/>https://github.com/des-labs/easyaccess/</a></p>
55
</section>

0 commit comments

Comments
 (0)