Skip to content

Commit faf38a4

Browse files
committed
Fix links and copy a bit
1 parent b5184ec commit faf38a4

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Welcome &middot; sql.mit.edu</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="description" content="MIT SIPB SQL Service for Athena">
8-
<meta name="author" content="MIT SQL Team">
8+
<meta name="author" content="MIT SIPB SQL Team">
99
<link href="assets/css/bootstrap.css" rel="stylesheet">
1010
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
1111
<link href="assets/css/base.css" rel="stylesheet">
@@ -26,7 +26,7 @@
2626
<span class="icon-bar"></span>
2727
<span class="icon-bar"></span>
2828
</button>
29-
<a class="brand" href="#">sql.mit.edu</a>
29+
<a class="brand" href="index.html">sql.mit.edu</a>
3030
<div class="nav-collapse collapse">
3131
<ul class="nav">
3232
<li class="active"><a href="index.html">Home</a></li>

signup.html

+11-10
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Sign up &middot; sql.mit.edu</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="description" content="MIT SIPB SQL Service for Athena">
8-
<meta name="author" content="MIT SQL Team">
8+
<meta name="author" content="MIT SIPB SQL Team">
99
<link href="assets/css/bootstrap.css" rel="stylesheet">
1010
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
1111
<link href="assets/css/base.css" rel="stylesheet">
@@ -25,7 +25,7 @@
2525
<span class="icon-bar"></span>
2626
<span class="icon-bar"></span>
2727
</button>
28-
<a class="brand" href="#">sql.mit.edu</a>
28+
<a class="brand" href="index.html">sql.mit.edu</a>
2929
<div class="nav-collapse collapse">
3030
<ul class="nav">
3131
<li><a href="index.html">Home</a></li>
@@ -69,8 +69,9 @@ <h2>
6969
with <a href="http://sql.mit.edu/">sql.mit.edu</a>?
7070
</h2>
7171
<p>
72-
Head on
73-
over to an Athena computer and run
72+
Head on over to
73+
an <a href="http://ist.mit.edu/athena">Athena</a> computer and
74+
run
7475
<pre>$ add scripts; signup-sql</pre> in a terminal. Then,
7576
follow the on screen instructions. That's it, you're all
7677
signed up!
@@ -79,11 +80,11 @@ <h2>
7980
<pre>$ cat ~/.my.cnf</pre>
8081
</p>
8182
<p>
82-
Now that you're signed up, sign in to manage your databases!
83+
Now that you're registered, sign in to manage your databases!
8384
</p>
8485
<p>
85-
You can also sign up group accounts you have administrator
86-
privileges on. If you're
86+
You can also sign up group accounts (lockers) you have
87+
administrator privileges on. If you're
8788
using <a href="http://scripts.mit.edu/">Scripts</a>
8889
Autoinstallers, they'll automatically sign up for a
8990
sql.mit.edu account if needed.
@@ -92,9 +93,9 @@ <h2>
9293
Don't have an Athena computer nearby?
9394
</h2>
9495
<p><a href="https://athena.dialup.mit.edu/">athena.dialup</a>
95-
has you covered. Log in with your MIT Account and run the
96-
commands there. You can also use <code>ssh
97-
[email protected]</code> from a Mac or Linux
96+
has you covered. Log in with your MIT Athena Account and run
97+
the commands there. You can also use <code>ssh
98+
[email protected]</code> from a Mac or Linux
9899
computer. If you're using Windows, you can download and
99100
use <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PuTTY</a>.
100101
</p>

0 commit comments

Comments
 (0)