Skip to content

Commit

Permalink
docs: update documentation website URL (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosimao committed Apr 8, 2024
1 parent 366f996 commit 5a765b3
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 @@ -68,7 +68,7 @@ $page = $notion->pages()->create($page, $content);

## 📄 Documentation

Further documentation can be found at https://mario.engineering/notion-sdk-php.
Further documentation can be found at https://mariosimao.github.io/notion-sdk-php.

The Notion PHP SDK supports the usage of static analysers. We strongly recommend the usage of
either [vimeo/psalm](https://github.com/vimeo/psalm) or [phpstan/phpstan](https://github.com/phpstan/phpstan) in combination with this library, to avoid simple mistakes.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A complete Notion SDK for PHP developers.",
"type": "library",
"license": "MIT",
"homepage": "https://mario.engineering/notion-sdk-php",
"homepage": "https:/mariosimao.github.io/notion-sdk-php",
"autoload": {
"psr-4": {
"Notion\\": "src/"
Expand Down

0 comments on commit 5a765b3

Please sign in to comment.