From 19f3f2479bcd47c2a985c53a7099f84222303a98 Mon Sep 17 00:00:00 2001 From: Pedro Aguiar Date: Tue, 13 Aug 2024 12:27:42 -0400 Subject: [PATCH] [java] fix line numbers in install_library.md This: ```xml ... ... ... ``` Becomes: ```xml ... ... ... ``` Affected page: https://www.selenium.dev/documentation/webdriver/getting_started/install_library/ --- .../webdriver/getting_started/install_library.en.md | 2 +- .../webdriver/getting_started/install_library.ja.md | 2 +- .../webdriver/getting_started/install_library.pt-br.md | 2 +- .../webdriver/getting_started/install_library.zh-cn.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md b/website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md index ed8efbb61ec0..87cf19da0337 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md @@ -27,7 +27,7 @@ Installation of Selenium libraries for Java is accomplished using a build tool. ### Maven Specify the dependencies in the project's `pom.xml` file: -{{< gh-codeblock path="examples/java/pom.xml#L29-L33" >}} +{{< gh-codeblock path="examples/java/pom.xml#L30-L34" >}} ### Gradle Specify the dependency in the project `build.gradle` file as `testImplementation`: diff --git a/website_and_docs/content/documentation/webdriver/getting_started/install_library.ja.md b/website_and_docs/content/documentation/webdriver/getting_started/install_library.ja.md index c6d22ec23d2b..dcfa096b31a0 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/install_library.ja.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/install_library.ja.md @@ -25,7 +25,7 @@ Installation of Selenium libraries for Java is accomplished using a build tool. ### Maven Specify the dependencies in the project's `pom.xml` file: -{{< gh-codeblock path="examples/java/pom.xml#L29-L33" >}} +{{< gh-codeblock path="examples/java/pom.xml#L30-L34" >}} ### Gradle Specify the dependency in the project `build.gradle` file as `testImplementation`: diff --git a/website_and_docs/content/documentation/webdriver/getting_started/install_library.pt-br.md b/website_and_docs/content/documentation/webdriver/getting_started/install_library.pt-br.md index ddda5f3cf15f..c2bc59b155e2 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/install_library.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/install_library.pt-br.md @@ -27,7 +27,7 @@ A instalação da biblioteca Selenium para Java é feita a partir de uma build t ### Maven Especifique a dependência no `pom.xml` do seu projeto. -{{< gh-codeblock path="examples/java/pom.xml#L29-L33" >}} +{{< gh-codeblock path="examples/java/pom.xml#L30-L34" >}} ### Gradle Especifique a dependência no `build.gradle` do seu projeto como `testImplementation`: diff --git a/website_and_docs/content/documentation/webdriver/getting_started/install_library.zh-cn.md b/website_and_docs/content/documentation/webdriver/getting_started/install_library.zh-cn.md index 09f79be6eaf7..914093b8ced3 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/install_library.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/install_library.zh-cn.md @@ -25,7 +25,7 @@ aliases: [ ### Maven 具体的依赖位于项目中的 `pom.xml` 文件: -{{< gh-codeblock path="examples/java/pom.xml#L29-L33" >}} +{{< gh-codeblock path="examples/java/pom.xml#L30-L34" >}} ### Gradle 具体的依赖位于项目中的 `build.gradle` 文件中的 `testImplementation`: