diff --git a/app/models/research/journal/volume.rb b/app/models/research/journal/volume.rb
index 99c8761a4fbbcb1e599e184f44e864aaf7ec8d58..ea545dcd8db282f43e66bfdc90345fd6eded2fd9 100644
--- a/app/models/research/journal/volume.rb
+++ b/app/models/research/journal/volume.rb
@@ -59,7 +59,7 @@ class Research::Journal::Volume < ApplicationRecord
   end
 
   def git_path(website)
-    "#{git_path_content_prefix(website)}volumes/#{published_at.year}#{path}/_index.html" if published_at
+    "#{git_path_content_prefix(website)}volumes#{path}/_index.html" if published_at
   end
 
   def template_static