Skip to content

Commit fa39253

Browse files
committed
nightly -> n.x
1 parent 5dc9c51 commit fa39253

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gh-pages-updater/make-plugin-pages.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
output_dir = File.join(base, 'vimpr.github.com.git') unless output_dir
1212
end[]
1313

14+
LATEST = '3.x'
1415
PREV = '2.3'
1516
Title = 'Vimperator plugins on vimpr'
1617
Langs = %w[ja en-US]
@@ -72,7 +73,7 @@ def drop_anchor (text, url)
7273
)}
7374
 
7475
#{drop_anchor(
75-
"nightly",
76+
LATEST,
7677
"http://github.com/vimpr/vimperator-plugins/raw/master/#{File.basename(filename)}"
7778
)}
7879
</td>

0 commit comments

Comments
 (0)