[1/3] GSG Section 1: Introduction - Updated based on feedback

Message ID 20231101004932.1371-2-dave@youngcopy.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series docs: Unify Getting Started Guides v2 Updates |

Checks

Context Check Description
ci/loongarch-compilation warning apply patch failure
ci/checkpatch warning coding style issues
ci/iol-testing warning apply patch failure

Commit Message

Dave Young Nov. 1, 2023, 12:49 a.m. UTC
  ---
 doc/guides/getting_started_guide/intro.rst | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
  

Patch

diff --git a/doc/guides/getting_started_guide/intro.rst b/doc/guides/getting_started_guide/intro.rst
index 88bdd48849..538b3bacec 100644
--- a/doc/guides/getting_started_guide/intro.rst
+++ b/doc/guides/getting_started_guide/intro.rst
@@ -4,13 +4,10 @@ 
 Introduction
 ============
 
-Welcome to the unified getting started guide for the Data Plane Development Kit (DPDK) covering Linux, FreeBSD, and Windows. DPDK is a set of libraries and
+Welcome to the getting started guide for the Data Plane Development Kit (DPDK) covering Linux, FreeBSD, and Windows. DPDK is a set of libraries and
 drivers that accelerate packet processing and allow the user to create high-performance
 networking applications.
 
 The guide is structured to provide basic step-by-step instructions with OS-specific instructions for each operating system where necessary. 
 By the end of this guide, you should have a solid understanding of how to implement and
-use DPDK in your networking projects, regardless of the operating system you are using.
-
-We hope this guide serves as a valuable resource as you explore the powerful
-capabilities of DPDK.
\ No newline at end of file
+use DPDK in your networking projects, regardless of the operating system you are using.
\ No newline at end of file