diff --git a/doc/oil.txt b/doc/oil.txt index 8753f87..bf2dc71 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -763,7 +763,7 @@ will be permanently deleted (purged). Linux: 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. Mac: diff --git a/lua/oil/adapters/trash/freedesktop.lua b/lua/oil/adapters/trash/freedesktop.lua index 10c0749..18b7e4c 100644 --- a/lua/oil/adapters/trash/freedesktop.lua +++ b/lua/oil/adapters/trash/freedesktop.lua @@ -1,5 +1,5 @@ -- 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 config = require("oil.config") local constants = require("oil.constants") diff --git a/scripts/generate.py b/scripts/generate.py index 4e02550..adcab9e 100755 --- a/scripts/generate.py +++ b/scripts/generate.py @@ -362,7 +362,7 @@ will be permanently deleted (purged). Linux: 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. Mac: