Skip to content

Commit 9f3ac15

Browse files
committed
fix line number references
[deploy site]
1 parent 6e78a97 commit 9f3ac15

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website_and_docs/content/documentation/webdriver/bidirectional/chrome_devtools/bidi_api.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ and [CDP API Basic Authentication]({{< ref "cdp_api#basic-authentication" >}})
3131

3232
{{< tabpane text=true langEqualsHeader=true >}}
3333
{{% tab header="Java" %}}
34-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/chrome_devtools/BidiApiTest.java#L35-L38" >}}
34+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/chrome_devtools/BidiApiTest.java#L36-L39" >}}
3535
{{% /tab %}}
3636
{{% tab header="Python" %}}
3737
An alternate implementation may be found at

website_and_docs/content/documentation/webdriver/bidirectional/chrome_devtools/bidi_api.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ and [CDP API Basic Authentication]({{< ref "cdp_api#basic-authentication" >}})
3131

3232
{{< tabpane text=true langEqualsHeader=true >}}
3333
{{% tab header="Java" %}}
34-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/chrome_devtools/BidiApiTest.java#L35-L38" >}}
34+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/chrome_devtools/BidiApiTest.java#L36-L39" >}}
3535
{{% /tab %}}
3636
{{% tab header="Python" %}}
3737
An alternate implementation may be found at

website_and_docs/content/documentation/webdriver/bidirectional/chrome_devtools/bidi_api.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ and [CDP API Basic Authentication]({{< ref "cdp_api#basic-authentication" >}})
2727

2828
{{< tabpane text=true langEqualsHeader=true >}}
2929
{{% tab header="Java" %}}
30-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/chrome_devtools/BidiApiTest.java#L35-L38" >}}
30+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/chrome_devtools/BidiApiTest.java#L36-L39" >}}
3131
{{% /tab %}}
3232
{{% tab header="Python" %}}
3333
An alternate implementation may be found at

website_and_docs/content/documentation/webdriver/bidirectional/chrome_devtools/bidi_api.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ and [CDP API Basic Authentication]({{< ref "cdp_api#basic-authentication" >}})
3131

3232
{{< tabpane text=true langEqualsHeader=true >}}
3333
{{% tab header="Java" %}}
34-
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/chrome_devtools/BidiApiTest.java#L35-L38" >}}
34+
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/chrome_devtools/BidiApiTest.java#L36-L39" >}}
3535
{{% /tab %}}
3636
{{% tab header="Python" %}}
3737
An alternate implementation may be found at

0 commit comments

Comments
 (0)