Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: move docs to en/ subtree
  • Loading branch information
perexg committed Jun 12, 2015
1 parent 67138ed commit 4ab50d4
Show file tree
Hide file tree
Showing 24 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/webui/static/app/tvheadend.js
Expand Up @@ -17,7 +17,7 @@ tvheadend.regexEscape = function(s) {
*/
tvheadend.help = function(title, pagename) {
Ext.Ajax.request({
url: 'docs/' + pagename,
url: 'docs/en/' + pagename,
success: function(result, request) {

var content = new Ext.Panel({
Expand Down

0 comments on commit 4ab50d4

Please sign in to comment.