We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34bcdcd commit 3e68cd5Copy full SHA for 3e68cd5
lib/google_docs_macros.rb
@@ -75,7 +75,7 @@ def self.render_spreadsheet(key, query, sheet="0", nohead=false)
75
key = '#{key}';
76
77
// Spreadsheets.google.com went bad, why should this be stable?
78
- baseUrl = 'docs.google.com/spreadsheet/';
+ baseUrl = 'docs.google.com/spreadsheet';
79
80
google.load('visualization', '1.s');
81
0 commit comments