fix(trash): update freedesktop trash specification url
Problem: the old URL specifications.freedesktop.org/trash-spec/1.0/ is dead and redirects or 404s. Solution: update to the current URL trash/1.0/ in docs, source, and the generation script. Cherry-picked from: stevearc/oil.nvim#722
This commit is contained in:
parent
f55b25e493
commit
b92ecb04ee
3 changed files with 3 additions and 3 deletions
|
|
@ -763,7 +763,7 @@ will be permanently deleted (purged).
|
||||||
|
|
||||||
Linux:
|
Linux:
|
||||||
Oil supports the FreeDesktop trash specification.
|
Oil supports the FreeDesktop trash specification.
|
||||||
https://specifications.freedesktop.org/trash-spec/1.0/
|
https://specifications.freedesktop.org/trash/1.0/
|
||||||
All features should work.
|
All features should work.
|
||||||
|
|
||||||
Mac:
|
Mac:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
-- Based on the FreeDesktop.org trash specification
|
-- Based on the FreeDesktop.org trash specification
|
||||||
-- https://specifications.freedesktop.org/trash-spec/1.0/
|
-- https://specifications.freedesktop.org/trash/1.0/
|
||||||
local cache = require("oil.cache")
|
local cache = require("oil.cache")
|
||||||
local config = require("oil.config")
|
local config = require("oil.config")
|
||||||
local constants = require("oil.constants")
|
local constants = require("oil.constants")
|
||||||
|
|
|
||||||
|
|
@ -362,7 +362,7 @@ will be permanently deleted (purged).
|
||||||
|
|
||||||
Linux:
|
Linux:
|
||||||
Oil supports the FreeDesktop trash specification.
|
Oil supports the FreeDesktop trash specification.
|
||||||
https://specifications.freedesktop.org/trash-spec/1.0/
|
https://specifications.freedesktop.org/trash/1.0/
|
||||||
All features should work.
|
All features should work.
|
||||||
|
|
||||||
Mac:
|
Mac:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue