Skip to content

Commit

Permalink
Fix a few broken links in docs
Browse files Browse the repository at this point in the history
Issue #799
  • Loading branch information
dkoes committed Aug 8, 2024
1 parent ceda936 commit 55b913b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/GLViewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4762,7 +4762,7 @@ export class GLViewer {
* Synchronize this view matrix of this viewer to the passed viewer.
* When the viewpoint of this viewer changes, the other viewer will
* be set to this viewer's view.
* @param {$3Dmol.GLViewer} otherview
* @param {GLViewer} otherview
*/
public linkViewer(otherviewer: GLViewer) {
this.linkedViewers.push(otherviewer);
Expand Down
2 changes: 1 addition & 1 deletion src/ui/state.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/*
/**
* $3Dmol.StateManager - StateManager creates the space to preserve the state of the ui and sync it with the GLViewer
* @constructor
* @param {$3Dmol.GLViewer} glviewer StateManager is required to have interaction between glviewer and the ui.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Since jQuery is already loaded, we'll use ```jQuery.ajax()``` to load PDB data f
});
```

All these methods (and more) are covered in detail in the [API documentation for GLViewer]($3Dmol.GLViewer).
All these methods (and more) are covered in detail in the [API documentation for GLViewer](GLViewer.html).

<div class="align-center">
<button class="btn btn-primary" id="btn-02">Try it</button>
Expand Down

0 comments on commit 55b913b

Please sign in to comment.