Skip to content

Commit e88aaab

Browse files
author
Ganesh Bhat
committed
Minor changes to readme cli documanetation
1 parent ce8c616 commit e88aaab

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

cli-docs.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
window.addEventListener('locationchange', getMarkdown, false)
1515
window.addEventListener('hashchange', getMarkdown, false)
1616
function getMarkdown() {
17-
// let pyt = "https://raw.githubusercontent.com/taskcontrols/py-taskcontrol/"
18-
let jst = "https://raw.githubusercontent.com/taskcontrols/js-taskcontrol/"
17+
let cli = "https://raw.githubusercontent.com/taskcontrols/cli/"
1918
// console.log("url ", window.location.hash, window.location, window.location.url)
2019
if (!!window.location.hash) {
2120
url = window.location.hash.split("#")[1];
@@ -25,7 +24,7 @@
2524
if (url === undefined) {
2625
url = "users/getting-started"
2726
}
28-
url = jst + "master/docs/" + url + ".md"
27+
url = cli + "master/docs/" + url + ".md"
2928
// console.log("url",url)
3029
fetch(url)
3130
.then(
@@ -116,8 +115,8 @@
116115
<ul class="uk-navbar-nav">
117116
<!-- <li><a href="#" data-uk-icon="icon:user" title="Your profile" data-uk-tooltip></a></li>
118117
<li><a href="#" data-uk-icon="icon: settings" title="Settings" data-uk-tooltip></a></li> -->
119-
<li class="uk-visible@m"><a class="uk-icon-link" title="Feature Requests"
120-
data-uk-tooltip data-uk-icon="home" href="index.html"></a>
118+
<li class="uk-visible@m"><a class="uk-icon-link" title="Feature Requests" data-uk-tooltip
119+
data-uk-icon="home" href="index.html"></a>
121120
</li>
122121
<li>
123122
<a href="index.html" class="uk-icon-link" data-uk-icon="icon: plus" title="Feature Requests"

0 commit comments

Comments
 (0)