From 905b768c58b224ac2cc0f58ad07281a3e0104a3c Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Fri, 26 Jul 2024 12:49:24 +0200 Subject: [PATCH] Fixed typo and updated URLs. --- README.md | 10 +++++----- documentation/ethercat_doc_fr.tex | 4 ++-- ethercat.spec.in | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3ec5876a..d0ea2037 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Contents: 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 -information, see http://etherlab.org/en/ethercat. +information, see https://etherlab.org/ethercat. or contact @@ -54,7 +54,7 @@ make doc ``` 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 @@ -65,8 +65,8 @@ the EtherCAT master. ## Hardware requirements -A table of supported hardware can be found at -http://etherlab.org/en/ethercat/hardware.php. +A table of supported hardware can be found at: +https://docs.etherlab.org/ethercat/1.6/doxygen/devicedrivers.html # 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 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). # Realtime and Tuning diff --git a/documentation/ethercat_doc_fr.tex b/documentation/ethercat_doc_fr.tex index 37989aae..5873b9be 100644 --- a/documentation/ethercat_doc_fr.tex +++ b/documentation/ethercat_doc_fr.tex @@ -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 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. \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 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. International Electrotechnical Commission (IEC), 2005. diff --git a/ethercat.spec.in b/ethercat.spec.in index bfc65ba0..16b3aecb 100644 --- a/ethercat.spec.in +++ b/ethercat.spec.in @@ -26,7 +26,7 @@ Version: @VERSION@ Release: 1 License: GPL -URL: http://etherlab.org/en/ethercat +URL: https://etherlab.org/ethercat Provides: @PACKAGE@ Source: %{name}-%{version}.tar.bz2 @@ -44,7 +44,7 @@ Group: EtherLab %description 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 -http://etherlab.org/en/ethercat. +https://etherlab.org/ethercat. %kernel_module_package @@ -60,7 +60,7 @@ Group: EtherLab %description devel 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 -http://etherlab.org/en/ethercat. +https://etherlab.org/ethercat. #-----------------------------------------------------------------------------