Skip to content

Commit

Permalink
fix edit url
Browse files Browse the repository at this point in the history
  • Loading branch information
tothero committed Jun 10, 2024
1 parent e71cb23 commit f5c79fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.

`npm start`r
`npm start`
Starts the development server.

`npm run build`
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
'https://github.com/lobaro/iot/tree/master/docs',
},
blog: {
showReadingTime: true,
Expand Down

0 comments on commit f5c79fc

Please sign in to comment.