Skip to content

Commit cb0bfc2

Browse files
committed
Fix path for codeblock
[deploy site]
1 parent 201a257 commit cb0bfc2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website_and_docs/content/documentation/webdriver/bidi/network.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ They allow you to programmatically provide credentials or modify the authenticat
3131
{{< tab header="CSharp" >}}
3232
{{< /tab >}}
3333
{{< tab header="Ruby" >}}
34-
{{< gh-codeblock path="examples/ruby/spec/bidi/network_spec.rb#L7-L11" >}}
34+
{{< gh-codeblock path="/examples/ruby/spec/bidi/network_spec.rb#L7-L11" >}}
3535
{{< /tab >}}
3636
{{< tab header="JavaScript" >}}
3737
{{< /tab >}}

website_and_docs/content/documentation/webdriver/bidi/network.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ They allow you to programmatically provide credentials or modify the authenticat
3131
{{< tab header="CSharp" >}}
3232
{{< /tab >}}
3333
{{< tab header="Ruby" >}}
34-
{{< gh-codeblock path="examples/ruby/spec/bidi/network_spec.rb#L7-L11" >}}
34+
{{< gh-codeblock path="/examples/ruby/spec/bidi/network_spec.rb#L7-L11" >}}
3535
{{< /tab >}}
3636
{{< tab header="JavaScript" >}}
3737
{{< /tab >}}

website_and_docs/content/documentation/webdriver/bidi/network.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ They allow you to programmatically provide credentials or modify the authenticat
3131
{{< tab header="CSharp" >}}
3232
{{< /tab >}}
3333
{{< tab header="Ruby" >}}
34-
{{< gh-codeblock path="examples/ruby/spec/bidi/network_spec.rb#L7-L11" >}}
34+
{{< gh-codeblock path="/examples/ruby/spec/bidi/network_spec.rb#L7-L11" >}}
3535
{{< /tab >}}
3636
{{< tab header="JavaScript" >}}
3737
{{< /tab >}}

website_and_docs/content/documentation/webdriver/bidi/network.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ They allow you to programmatically provide credentials or modify the authenticat
3131
{{< tab header="CSharp" >}}
3232
{{< /tab >}}
3333
{{< tab header="Ruby" >}}
34-
{{< gh-codeblock path="examples/ruby/spec/bidi/network_spec.rb#L7-L11" >}}
34+
{{< gh-codeblock path="/examples/ruby/spec/bidi/network_spec.rb#L7-L11" >}}
3535
{{< /tab >}}
3636
{{< tab header="JavaScript" >}}
3737
{{< /tab >}}

0 commit comments

Comments
 (0)