Skip to content

Commit

Permalink
chore: change readme banners urls (#523)
Browse files Browse the repository at this point in the history
* set readme banners to absolute url

Signed-off-by: Lorenzo Lewis <[email protected]>

* Revert "set readme banners to absolute url"

This reverts commit c46b464.

* update banners to absolute paths

Signed-off-by: Lorenzo Lewis <[email protected]>

* Revert "update banners to absolute paths"

This reverts commit c8b8f93.

* fix banner paths

Signed-off-by: Lorenzo Lewis <[email protected]>

* Revert "fix banner paths"

This reverts commit 27edc59.

* fix banners...again

Signed-off-by: Lorenzo Lewis <[email protected]>

---------

Signed-off-by: Lorenzo Lewis <[email protected]>
  • Loading branch information
lorenzolewis authored Jul 28, 2023
1 parent aba07c2 commit 6f01bc1
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion plugins/app/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-app](banner.png)
![plugin-app](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/app/banner.png)

This plugin provides APIs to read application metadata and macOS app visibility functions.

Expand Down
2 changes: 1 addition & 1 deletion plugins/authenticator/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-authenticator](banner.png)
![plugin-authenticator](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/authenticator/banner.png)

Use hardware security-keys in your Tauri App.

Expand Down
2 changes: 1 addition & 1 deletion plugins/autostart/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-autostart](banner.png)
![plugin-autostart](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/autostart/banner.png)

Automatically launch your application at startup. Supports Windows, Mac (via AppleScript or Launch Agent), and Linux.

Expand Down
2 changes: 1 addition & 1 deletion plugins/cli/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-cli](banner.png)
![plugin-cli](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/cli/banner.png)

Parse arguments from your Command Line Interface.

Expand Down
2 changes: 1 addition & 1 deletion plugins/clipboard-manager/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-clipboard-manager](banner.png)
![plugin-clipboard-manager](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/clipboard-manager/banner.png)

Read and write to the system clipboard.

Expand Down
2 changes: 1 addition & 1 deletion plugins/dialog/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-dialog](banner.png)
![plugin-dialog](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/dialog/banner.png)

Native system dialogs for opening and saving files along with message dialogs.

Expand Down
2 changes: 1 addition & 1 deletion plugins/fs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-fs](banner.png)
![plugin-fs](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/fs/banner.png)

Access the file system.

Expand Down
2 changes: 1 addition & 1 deletion plugins/global-shortcut/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-global-shortcut](banner.png)
![plugin-global-shortcut](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/global-shortcut/banner.png)

Register global shortcuts.

Expand Down
2 changes: 1 addition & 1 deletion plugins/http/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-http](banner.png)
![plugin-http](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/http/banner.png)

Access the HTTP client written in Rust.

Expand Down
2 changes: 1 addition & 1 deletion plugins/localhost/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-localhost](banner.png)
![plugin-localhost](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/localhost/banner.png)

Expose your apps assets through a localhost server instead of the default custom protocol.

Expand Down
2 changes: 1 addition & 1 deletion plugins/log/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-log](banner.png)
![plugin-log](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/log/banner.png)

Configurable logging for your Tauri app.

Expand Down
2 changes: 1 addition & 1 deletion plugins/notification/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-notification](banner.png)
![plugin-notification](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/notification/banner.png)

Send message notifications (brief auto-expiring OS window element) to your user. Can also be used with the Notification Web API.

Expand Down
2 changes: 1 addition & 1 deletion plugins/os/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-os](banner.png)
![plugin-os](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/os/banner.png)

Read information about the operating system.

Expand Down
2 changes: 1 addition & 1 deletion plugins/persisted-scope/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-persisted-scope](banner.png)
![plugin-persisted-scope](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/persisted-scope/banner.png)

Save filesystem and asset scopes and restore them when the app is reopened.

Expand Down
2 changes: 1 addition & 1 deletion plugins/positioner/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-positioner](banner.png)
![plugin-positioner](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/positioner/banner.png)

Position your windows at well-known locations.

Expand Down
2 changes: 1 addition & 1 deletion plugins/process/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion plugins/shell/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-shell](banner.png)
![plugin-shell](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/shell/banner.png)

Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application.

Expand Down
2 changes: 1 addition & 1 deletion plugins/single-instance/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![tauri-plugin-single-instance](banner.png)
![tauri-plugin-single-instance](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/single-instance/banner.png)

Ensure a single instance of your tauri app is running.

Expand Down
2 changes: 1 addition & 1 deletion plugins/sql/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-sql](banner.png)
![plugin-sql](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/sql/banner.png)

Interface with SQL databases through [sqlx](https://github.com/launchbadge/sqlx). It supports the `sqlite`, `mysql` and `postgres` drivers, enabled by a Cargo feature.

Expand Down
2 changes: 1 addition & 1 deletion plugins/store/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-store](banner.png)
![plugin-store](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/store/banner.png)

Simple, persistent key-value store.

Expand Down
2 changes: 1 addition & 1 deletion plugins/stronghold/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-stronghold](banner.png)
![plugin-stronghold](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/stronghold/banner.png)

Store secrets and keys using the [IOTA Stronghold](https://github.com/iotaledger/stronghold.rs) encrypted database and secure runtime.

Expand Down
2 changes: 1 addition & 1 deletion plugins/updater/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-updater](banner.png)
![plugin-updater](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/updater/banner.png)

In-app updates for Tauri applications.

Expand Down
2 changes: 1 addition & 1 deletion plugins/upload/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-upload](banner.png)
![plugin-upload](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/upload/banner.png)

Upload files from disk to a remote server over HTTP.
Download files from a remote HTTP server to disk.
Expand Down
2 changes: 1 addition & 1 deletion plugins/websocket/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-websocket](banner.png)
![plugin-websocket](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/websocket/banner.png)

Expose a WebSocket server to your Tauri frontend.

Expand Down
2 changes: 1 addition & 1 deletion plugins/window-state/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-window-state](banner.png)
![plugin-window-state](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/window-state/banner.png)

Save window positions and sizes and restore them when the app is reopened.

Expand Down
2 changes: 1 addition & 1 deletion plugins/window/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![plugin-window](banner.png)
![plugin-window](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/window/banner.png)

Interact with the Tauri window.

Expand Down
2 changes: 1 addition & 1 deletion shared/template/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![{{plugin-name}}](banner.png)
![{{plugin-name}}](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/{{plugin-name}}/banner.png)

<!-- description -->

Expand Down

0 comments on commit 6f01bc1

Please sign in to comment.