Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/ipfs-webui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e491a252303d
Choose a base ref
...
head repository: ipfs/ipfs-webui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f696d90172e1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 2, 2015

  1. Copy the full SHA
    b547700 View commit details

Commits on Oct 4, 2015

  1. Merge pull request #86 from CaioAlonso/master

    Updates the 'back to console home' link in the 404
    jbenet committed Oct 4, 2015
    Copy the full SHA
    f696d90 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 js/pages/notfound.jsx
2 changes: 1 addition & 1 deletion js/pages/notfound.jsx
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ var NotFound = React.createClass({

<h1>404 - Not Found</h1>

<p><a href='/'>Go to console home</a></p>
<p><a href='#/'>Go to console home</a></p>

</div>
</div>