Skip to content

Commit ef905ea

Browse files
committed
DOC: Update user guide URL
1 parent 8e0ba2d commit ef905ea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Please file an issue report over at https://github.com/PlusToolkit/PlusLib/issue
1010
Please start a discussion at https://github.com/PlusToolkit/PlusLib/discussions.
1111

1212
## Documentation
13-
- [PlusLib API documentation](http://perk-software.cs.queensu.ca/plus/doc/nightly/dev/): generated nightly from the latest code version.
13+
- [PlusLib API documentation](https://pluslib.readthedocs.io/en/latest): generated nightly from the latest code version.
1414
- [Plus devices](https://plustoolkit.github.io/devicecode): description of the steps requires to implement a new device interface.
1515
- Notepad++ log file syntax highlighting is available via [this user-defined language](https://plustoolkit.github.io/files/PlusLog_NotepadPP_Language.xml).
1616

src/PlusDataCollection/Clarius/vtkPlusClarius.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ void vtkPlusClarius::vtkInternal::NewProcessedImageFn(const void* newImage, cons
406406
customField["micronsPerPixel"] = std::make_pair(igsioFrameFieldFlags::FRAMEFIELD_FORCE_SERVER_SEND, std::to_string(nfo->micronsPerPixel));
407407
bModeSource->AddItem(
408408
outputImage->GetScalarPointer(),
409-
bModeSource->GetInputImageOrientation(), // refer to this url: http://perk-software.cs.queensu.ca/plus/doc/nightly/dev/UltrasoundImageOrientation.html for reference;
409+
bModeSource->GetInputImageOrientation(), // refer to this url: https://pluslib.readthedocs.io/en/latest/UltrasoundImageOrientation.html for reference;
410410
// Set to UN to keep the orientation of the image the same as on tablet
411411
bModeSource->GetInputFrameSize(),
412412
bModeSource->GetPixelType(),
@@ -519,7 +519,7 @@ void vtkPlusClarius::vtkInternal::NewRawImageFn(const void* newImage, const CusR
519519
double convertedTimestamp = self->SystemStartTimestampSeconds + (self->ClariusLastTimestamp - self->ClariusStartTimestampSeconds);
520520
rfModeSource->AddItem(
521521
(void*)newImage, // pointer to char array
522-
rfModeSource->GetInputImageOrientation(), // refer to this url: http://perk-software.cs.queensu.ca/plus/doc/nightly/dev/UltrasoundImageOrientation.html for reference;
522+
rfModeSource->GetInputImageOrientation(), // refer to this url: https://pluslib.readthedocs.io/en/latest/UltrasoundImageOrientation.html for reference;
523523
// Set to UN to keep the orientation of the image the same as on tablet
524524
rfModeSource->GetInputFrameSize(),
525525
pixelType,

0 commit comments

Comments
 (0)