Skip to content

Commit

Permalink
fix: Update Babel.md to fix broken links (#10523)
Browse files Browse the repository at this point in the history
* fix: Update Babel.md to fix broken links

* Update Babel.md

closes #10524
  • Loading branch information
Dksoni81291 committed Jun 7, 2023
1 parent c7c0307 commit f312d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/Babel.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ module.exports = {

Once this is set up WebdriverIO will take care of the rest.

Alternatively you can configure how @babel/register is run through the environment variables for [@babel/register](babel) or using wdio config's [autoCompileOpts section](configurationfile) .
Alternatively you can configure how @babel/register is run through the environment variables for [@babel/register](https://babeljs.io/docs/babel-register#environment-variables) or using wdio config's [autoCompileOpts section](configurationfile#autoCompileOpts).

0 comments on commit f312d3e

Please sign in to comment.