Skip to content

Commit

Permalink
docs: Remove link to removed page
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Dec 27, 2020
1 parent 2561d92 commit 29aedfe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1>Recaf</h1>
<article>
<div id="content">
<h3>What is Recaf?</h3>
<p>Recaf is an open-source Java bytecode editor that simplifies the process of editing compiled Java applications. To make things easier Recaf abstracts away much of the internal class file format. Difficult tasks such as updating stack-frames are done automatically. Along with <a href="features.html">additional features</a> to assist in the process of editing classes, Recaf is the most feature-rich free bytecode editor available.</p>
<p>Recaf is an open-source Java bytecode editor that simplifies the process of editing compiled Java applications. To make things easier Recaf abstracts away much of the internal class file format. Difficult tasks such as updating stack-frames are done automatically. Along with additional features to assist in the process of editing classes, Recaf is the most feature-rich free bytecode editor available.</p>

<h3>Useful Information</h3>
<p>While Recaf makes bytecode editing a more simple process it does not mean you should dive head-first into editing compiled Java applications without understanding some basic programming concepts and the Java class file architecture. Here are some references for these topics:</p>
Expand All @@ -85,7 +85,6 @@ <h3>Requirements</h3>
<h3>Usage Guide &amp; More Information</h3>
<ul>
<li><a href="documentation.html">Documentation &amp; usage</a></li>
<li><a href="features.html">Features</a></li>
</ul>
<h3>Contact &amp; Support</h3>
<p>For reporting bugs and suggesting new features please use the github repo's <a href="https://github.com/Col-E/Recaf/issues">issue page</a> and submit a new issue. For other inquiries, or if you'd just like to chat, join the discord server here: <a href="https://discord.gg/Bya5HaA">discord.gg/Bya5HaA</a></p>
Expand Down

0 comments on commit 29aedfe

Please sign in to comment.