chore: change readme banners urls (#523)

* set readme banners to absolute url

Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Revert "set readme banners to absolute url"

This reverts commit c46b464c69ea14da2151038657d2d7d053caca8c.

* update banners to absolute paths

Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Revert "update banners to absolute paths"

This reverts commit c8b8f9309e914824de91f659e4cead61c23c02db.

* fix banner paths

Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

* Revert "fix banner paths"

This reverts commit 27edc59b41f6860069e8bd404967eee800363915.

* fix banners...again

Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

---------

Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5695614959

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
Lorenzo Lewis
2023-07-28 19:32:01 +00:00
committed by tauri-bot
parent 477788cd79
commit ed3f8f78dd

View File

@@ -1,4 +1,4 @@
![plugin-process](banner.png)
![plugin-process](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/process/banner.png)
This plugin provides APIs to access the current process. To spawn child processes, see the [`shell`](https://github.com/tauri-apps/tauri-plugin-shell) plugin.