Skip to content

Commit

Permalink
pages in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
naus3a committed Dec 12, 2017
1 parent c9f3d94 commit 1d3ec36
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added docs/.index.html.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html → docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>NauModular - VCV Rack plugin</title>
<link href="spectre.css" rel="stylesheet" type="text/css">
<link href="pages/cointipper.css" rel="stylesheet" type="text/css">

<meta name="description" content="NauModular: a VCV Rack plugin including Perlin noise, sample and hold, function generators, logic">


Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/NauModular.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ void init(rack::Plugin * p){
#ifdef VERSION
p->version = TOSTRING(VERSION);
#endif
p->website = "http://naus3a.ml";
p->manual = "http://naus3a.ml";
p->website = "http://naus3a.github.io/NauModular";
p->manual = "http://naus3a.github.io/NauModular";

p->addModel(createModel<TensionWidget>("NauModular",
"Tension",
Expand Down

0 comments on commit 1d3ec36

Please sign in to comment.