Skip to content

Commit

Permalink
Fix messing with TIS-3D manual, closes #1588.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Dec 29, 2015
1 parent 10cd502 commit 88c1876
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import scala.collection.mutable

object SerialInterfaceProviderAdapter extends SerialInterfaceProvider {
def init(): Unit = {
ManualAPI.addProvider(new ResourceContentProvider(Settings.resourceDomain, "doc/"))
ManualAPI.addProvider(new ResourceContentProvider(Settings.resourceDomain, "doc/tis3d/"))
SerialAPI.addProvider(this)
}

Expand Down

0 comments on commit 88c1876

Please sign in to comment.