Skip to content

Commit

Permalink
doc: Update links to FreeDesktop's Trash spec (#490)
Browse files Browse the repository at this point in the history
Keeping it pinned to 1.0

Fixes #489
  • Loading branch information
ccjmne authored Oct 1, 2024
1 parent 581c729 commit 9e6fb84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/oil.txt
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ trash they will be permanently deleted (purged).

Linux:
Oil supports the FreeDesktop trash specification.
https://specifications.freedesktop.org/trash-spec/trashspec-1.0.html
https://specifications.freedesktop.org/trash-spec/1.0/
All features should work.

Mac:
Expand Down
2 changes: 1 addition & 1 deletion lua/oil/adapters/trash/freedesktop.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Based on the FreeDesktop.org trash specification
-- https://specifications.freedesktop.org/trash-spec/trashspec-1.0.html
-- https://specifications.freedesktop.org/trash-spec/1.0/
local cache = require("oil.cache")
local config = require("oil.config")
local constants = require("oil.constants")
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def get_trash_vimdoc() -> "VimdocSection":
Linux:
Oil supports the FreeDesktop trash specification.
https://specifications.freedesktop.org/trash-spec/trashspec-1.0.html
https://specifications.freedesktop.org/trash-spec/1.0/
All features should work.
Mac:
Expand Down

0 comments on commit 9e6fb84

Please sign in to comment.