Skip to content

Commit 3e68cd5

Browse files
author
Thomas Getgood
committed
Removed extra / in url.
1 parent 34bcdcd commit 3e68cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/google_docs_macros.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def self.render_spreadsheet(key, query, sheet="0", nohead=false)
7575
key = '#{key}';
7676
7777
// Spreadsheets.google.com went bad, why should this be stable?
78-
baseUrl = 'docs.google.com/spreadsheet/';
78+
baseUrl = 'docs.google.com/spreadsheet';
7979
8080
google.load('visualization', '1.s');
8181

0 commit comments

Comments
 (0)