Skip to content

Commit ca79ca8

Browse files
committed
updates
1 parent f2d32f8 commit ca79ca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/api/browser/click.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ codebolt.browser.click("#test");
4646

4747
### Explaination
4848

49-
[Browser](../../concepts/browser) Click function is used to click on the browser by selecting specific elementId.
49+
[Browser](../../developer/browser) Click function is used to click on the browser by selecting specific elementId.
5050

5151
A browser is a used to access and display web pages. When a browser is open, users can interact with various elements on web pages, such as buttons, links, forms, and images.
5252

Diff for: docs/api/browser/goToPage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ await codebolt.browser.goToPage('https://docs.codebolt.ai/docs/api/browser/goToP
3333

3434
### Explanation
3535

36-
[browser](../../concepts/browser) The codebolt.browser.goToPage(url) function is used to navigate the browser to a new web page specified by the URL provided. When this function is called, the browser leaves the current page and loads the new page indicated by the URL.
36+
[browser](../../developer/browser) The codebolt.browser.goToPage(url) function is used to navigate the browser to a new web page specified by the URL provided. When this function is called, the browser leaves the current page and loads the new page indicated by the URL.
3737

3838

3939

0 commit comments

Comments
 (0)