Skip to content

Commit dd10783

Browse files
authored
Merge pull request #1 from nelzeg/master
Fix spelling errors and broken documentation links.
2 parents 4efbd77 + 7027fc3 commit dd10783

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ <h2 id="additional-tools">Additional tools</h2>
751751
<li>
752752
<p><strong>xPack GNU RISC-V Embedded GCC</strong></p>
753753

754-
<p>The <a href="https://xpack.github.io/dev-tools/riscv-none-embed-gcc/"><strong>xPack GNU RISC-V Embedded GCC</strong></a>
754+
<p>The <a href="https://xpack.github.io/dev-tools/riscv-none-elf-gcc/"><strong>xPack GNU RISC-V Embedded GCC</strong></a>
755755
project is a new distribution of the bare metal version of
756756
<a href="https://gcc.gnu.org">RISC-V GCC</a>. Binaries for Windows, macOS and GNU/Linux
757757
are available.</p>
@@ -768,16 +768,16 @@ <h2 id="additional-tools">Additional tools</h2>
768768
<p><strong>xPack QEMU Arm</strong></p>
769769

770770
<p>The <a href="https://xpack.github.io/dev-tools/qemu-arm/"><strong>xPack QEMU Arm</strong></a>
771-
project is binary distribution of <a href="https://wiki.qemu.org/Main_Page">QEMU</a>
771+
project is a binary distribution of <a href="https://wiki.qemu.org/Main_Page">QEMU</a>
772772
(an open source machine emulator),
773773
intended to provide support for Arm emulation in Eclipse Embedded CDT.
774774
Binaries for Windows, macOS and GNU/Linux are available.</p>
775775
</li>
776776
<li>
777777
<p><strong>xPack QEMU RISC-V</strong></p>
778778

779-
<p>The <a href="https://xpack.github.io/dev-tools/qemu-riscv/"><strong>xPack QEMU Arm</strong></a>
780-
project is binary distribution of <a href="https://wiki.qemu.org/Main_Page">QEMU</a>
779+
<p>The <a href="https://xpack.github.io/dev-tools/qemu-riscv/"><strong>xPack QEMU RISC-V</strong></a>
780+
project is a binary distribution of <a href="https://wiki.qemu.org/Main_Page">QEMU</a>
781781
(an open source machine emulator),
782782
intended to provide support for RISC-V emulation in Eclipse Embedded CDT.
783783
Binaries for Windows, macOS and GNU/Linux are available.</p>

docs/plugins/features/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ <h3 id="arm-toolchains">Arm toolchains</h3>
762762

763763
<ul>
764764
<li><a href="https://xpack.github.io/dev-tools/arm-none-eabi-gcc/"><strong>xPack GNU Arm Embedded GCC</strong></a> (arm-none-eabi-*)</li>
765-
<li>[<strong>Arm GNU Toolchain</strong>]https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain(arm-none-eabi-*)</li>
765+
<li><a href="https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain"><strong>Arm GNU Toolchain</strong></a> (arm-none-eabi-*)</li>
766766
<li><strong><a href="https://launchpad.net/gcc-linaro">Linaro</a> </strong>ARMv7 <strong>bare-metal EABI</strong> (arm-none-eabi-*)</li>
767767
<li><strong><a href="https://launchpad.net/gcc-linaro">Linaro</a> </strong>ARMv7 <strong>big-endian bare-metal EABI</strong> (armeb-none-eabi-*)</li>
768768
<li><strong><a href="https://launchpad.net/gcc-linaro">Linaro</a> </strong>ARMv7 <strong>Linux GNU EABI HF</strong> (arm-linux-gnueabihf-*)</li>
@@ -787,7 +787,7 @@ <h3 id="aarch64-toolchains">AArch64 toolchains</h3>
787787
<h3 id="risc-v-toolchains">RISC-V toolchains</h3>
788788

789789
<ul>
790-
<li><a href="https://xpack.github.io/dev-tools/riscv-none-eabi-gcc/"><strong>xPack GNU RISC-V Embedded GCC</strong></a> (riscv-none-elf-*)</li>
790+
<li><a href="https://xpack.github.io/dev-tools/riscv-none-elf-gcc/"><strong>xPack GNU RISC-V Embedded GCC</strong></a> (riscv-none-elf-*)</li>
791791
<li><strong>RISC-V GCC/Newlib</strong> (riscv64-unknown-elf-*)</li>
792792
<li><strong>RISC-V GCC/Linux</strong> (riscv64-unknown-linux-gnu-*)</li>
793793
<li><strong>RISC-V GCC/RTEMS</strong> (riscv64-unknown-rtems-*)</li>

docs/plugins/install/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -787,8 +787,8 @@ <h2 id="download-the-eclipse-ide-for-embedded-cc-developers-package">Download th
787787
you get an older version and the CDT plug-ins are not included.</div>
788788

789789
<div class="alert alert-info" role="alert"><i class="fa fa-info-circle"></i> <b>Note:</b> Contrary to other tools, Eclipse <strong>does not
790-
need administrative rights</strong>, does need not be installed in a system location,
791-
and does not need not be a single instance on a system. Actually you are
790+
need administrative rights</strong>, does not need to be installed in a system location,
791+
and does not need to be a single instance on a system. Actually you are
792792
encouraged to install multiple instances of Eclipse, possibly one for
793793
each project type, to avoid mixing plug-ins from different sources in
794794
case different project types.</div>
@@ -852,7 +852,7 @@ <h2 id="toolchain-and-debugging-support">Toolchain and debugging support</h2>
852852

853853
<ul>
854854
<li>the <a href="https://xpack.github.io/dev-tools/arm-none-eabi-gcc/install/">Arm toolchain</a> or
855-
<a href="https://xpack.github.io/dev-tools/riscv-none-embed-gcc/install/">RISC-V toolchain</a></li>
855+
<a href="https://xpack.github.io/dev-tools/riscv-none-elf-gcc/install/">RISC-V toolchain</a></li>
856856
<li>the optional <a href="https://xpack.github.io/dev-tools/windows-build-tools/">build tools</a>
857857
(if you are running on Windows)</li>
858858
<li>the <a href="/debug/">debugging</a> tools</li>

docs/plugins/prerequisites/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -733,8 +733,7 @@ <h3 id="java">Java</h3>
733733
a separate installation.</p>
734734

735735
<div class="alert alert-success" role="alert"><i class="fa fa-check-square-o"></i> <b>Tip:</b> Recent Eclipse packages are standalone and
736-
come bundled with the Java JRE; in this case
737-
is is no longer necessary to install a separate Java.</div>
736+
come bundled with the Java JRE; in this case is no longer necessary to install a separate Java.</div>
738737

739738
<h3 id="other-tools">Other tools</h3>
740739

@@ -814,7 +813,7 @@ <h2 id="install-java">Install Java</h2>
814813
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>java <span class="nt">--version</span>
815814
</code></pre></div></div>
816815

817-
<p>It is possible to install multiple versions on the same system, and chose
816+
<p>It is possible to install multiple versions on the same system, and choose
818817
which one to use by controlling the Path.</p>
819818

820819

0 commit comments

Comments
 (0)