Skip to content

Commit

Permalink
Updated link hrefs to point to new URL /shoo
Browse files Browse the repository at this point in the history
  • Loading branch information
RishavT committed May 30, 2017
1 parent 19b8ffd commit b6842f7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions decrypt.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<h1><a href="/">Shoo</a></h1>
<h1><a href="/shoo">Shoo</a></h1>
<h2>Decrypt</h2>
<div id="info-div">
<p>In order to decrypt an encrypted message, you'll need: </p>
Expand All @@ -15,7 +15,7 @@ <h2>Decrypt</h2>
<p>Once you fill up the required fields, click on "Decrypt".</p>
<p>After decryption, you should be able to read the text message and you'll
see an option to download the files.</p>
<p>If you need to generate public/private keys, click <a href='/generate_keys.html'>here</a>.</p>
<p>If you need to generate public/private keys, click <a href='/shoo/generate_keys.html'>here</a>.</p>
</div>

<div id="decrypt-keys-div">
Expand Down
4 changes: 2 additions & 2 deletions encrypt.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<h1><a href="/">Shoo</a></h1>
<h1><a href="/shoo">Shoo</a></h1>
<h2>Encrypt</h2>
<div id="info-div">
<p>In order to encrypt some text + files, you'll need: </p>
Expand All @@ -13,7 +13,7 @@ <h2>Encrypt</h2>
<li>Some text and/or files</li>
</ul>
<p>Once you fill up the required fields, click on "Encrypt and download"</p>
<p>If you need to generate public/private keys, click <a href='/generate_keys.html'>here</a>.</p>
<p>If you need to generate public/private keys, click <a href='/shoo/generate_keys.html'>here</a>.</p>
</div>

<div id="encrypt-keys-div">
Expand Down
2 changes: 1 addition & 1 deletion generate_keys.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<h1><a href="/">Shoo</a></h1>
<h1><a href="/shoo">Shoo</a></h1>
<h2>Generate Keys</h2>
<div id="info-div">
<p>To use <strong>Shoo</strong>, you need a set of public/private keys.</p>
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<h1><a href="/">Shoo</a></h1>
<h1><a href="/shoo">Shoo</a></h1>
<p>Easily encrypt text and data. Shoo away eavesdroppers.</p>
<ul>
<li><a href="/encrypt.html">Encrypt</a></li>
<li><a href="/decrypt.html">Decrypt</a></li>
<li><a href="/generate_keys.html">Generate new keys</a></li>
<li><a href="/shoo/encrypt.html">Encrypt</a></li>
<li><a href="/shoo/decrypt.html">Decrypt</a></li>
<li><a href="/shoo/generate_keys.html">Generate new keys</a></li>
</ul>
<p>Made with <3 by <a href="http://risavthakker.com">Rishav Thakker.</a></p>
<p>Source available <a href="https://github.com/rishavt/shoo">here.</a></p>
Expand Down

0 comments on commit b6842f7

Please sign in to comment.