diff --git a/doc/oil.txt b/doc/oil.txt index d0284805..4364ebb8 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -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: diff --git a/lua/oil/adapters/trash/freedesktop.lua b/lua/oil/adapters/trash/freedesktop.lua index 4a658853..ac454929 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/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") diff --git a/scripts/generate.py b/scripts/generate.py index 8875e9f9..5cc5fe35 100755 --- a/scripts/generate.py +++ b/scripts/generate.py @@ -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: