Fixed typo and updated URLs.

This commit is contained in:
Florian Pose 2024-07-26 12:49:24 +02:00
parent a0f7a0c8c9
commit 905b768c58
3 changed files with 10 additions and 10 deletions

View File

@ -15,7 +15,7 @@ Contents:
This is an open-source EtherCAT master implementation for Linux 2.6 or newer. This is an open-source EtherCAT master implementation for Linux 2.6 or newer.
See the [features file](FEATURES.md) for a list of features. For more See the [features file](FEATURES.md) for a list of features. For more
information, see http://etherlab.org/en/ethercat. information, see https://etherlab.org/ethercat.
or contact or contact
@ -54,7 +54,7 @@ make doc
``` ```
An up-to-date Doxygen output can be found on An up-to-date Doxygen output can be found on
[docs.etherlab.org](https://docs.etherlab.org/ethercat/1.5/doxygen/index.html). [docs.etherlab.org](https://docs.etherlab.org/ethercat/1.6/doxygen/index.html).
# Requirements # Requirements
@ -65,8 +65,8 @@ the EtherCAT master.
## Hardware requirements ## Hardware requirements
A table of supported hardware can be found at A table of supported hardware can be found at:
http://etherlab.org/en/ethercat/hardware.php. https://docs.etherlab.org/ethercat/1.6/doxygen/devicedrivers.html
# Building and installing # Building and installing
@ -76,7 +76,7 @@ See the [install file](INSTALL.md).
A limited set of the userspace API is available in `libfakeethercat`, A limited set of the userspace API is available in `libfakeethercat`,
a library which can be used to run an userspace application a library which can be used to run an userspace application
without an EtherCAT maser or with emulated EtherCAT slaves. without an EtherCAT master or with emulated EtherCAT slaves.
Please find some details [here](fake_lib/README.md). Please find some details [here](fake_lib/README.md).
# Realtime and Tuning # Realtime and Tuning

View File

@ -3440,7 +3440,7 @@ Il y a plusieurs mani\`eres d'obtenir le logiciel du ma\^itre:
\item Une version officielle (par exemple \masterversion) peut \^etre \item Une version officielle (par exemple \masterversion) peut \^etre
t\'el\'echarg\'ee depuis le site web du t\'el\'echarg\'ee depuis le site web du
ma\^itre\footnote{\url{http://etherlab.org/en/ethercat/index.php}} ma\^itre\footnote{\url{https://etherlab.org/ethercat}}
dans le projet EtherLab~\cite{etherlab} sous forme d'archive tar. dans le projet EtherLab~\cite{etherlab} sous forme d'archive tar.
\item La r\'evision de d\'eveloppement la plus r\'ecente (mais aussi \item La r\'evision de d\'eveloppement la plus r\'ecente (mais aussi
@ -3793,7 +3793,7 @@ KERNEL=="EtherCAT[0-9]*", MODE="0664", GROUP="users"
\bibitem{etherlab} Ingenieurgemeinschaft IgH: EtherLab -- Open Source Toolkit \bibitem{etherlab} Ingenieurgemeinschaft IgH: EtherLab -- Open Source Toolkit
for rapid realtime code generation under Linux with Simulink/RTW and EtherCAT for rapid realtime code generation under Linux with Simulink/RTW and EtherCAT
technology. \url{http://etherlab.org/en}, 2008. technology. \url{https://etherlab.org}, 2024.
\bibitem{dlspec} IEC 61158-4-12: Data-link Protocol Specification. \bibitem{dlspec} IEC 61158-4-12: Data-link Protocol Specification.
International Electrotechnical Commission (IEC), 2005. International Electrotechnical Commission (IEC), 2005.

View File

@ -26,7 +26,7 @@ Version: @VERSION@
Release: 1 Release: 1
License: GPL License: GPL
URL: http://etherlab.org/en/ethercat URL: https://etherlab.org/ethercat
Provides: @PACKAGE@ Provides: @PACKAGE@
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
@ -44,7 +44,7 @@ Group: EtherLab
%description %description
This is an open-source EtherCAT master implementation for Linux 2.6. See the This is an open-source EtherCAT master implementation for Linux 2.6. See the
FEATURES file for a list of features. For more information, see FEATURES file for a list of features. For more information, see
http://etherlab.org/en/ethercat. https://etherlab.org/ethercat.
%kernel_module_package %kernel_module_package
@ -60,7 +60,7 @@ Group: EtherLab
%description devel %description devel
This is an open-source EtherCAT master implementation for Linux 2.6. See the This is an open-source EtherCAT master implementation for Linux 2.6. See the
FEATURES file for a list of features. For more information, see FEATURES file for a list of features. For more information, see
http://etherlab.org/en/ethercat. https://etherlab.org/ethercat.
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------