Skip to content

Commit

Permalink
Hotfix docs link... again
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Nov 1, 2023
2 parents e28183d + 17a5038 commit cd51bfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pxcrypt-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install Doxygen
uses: oblivioncth/actions/ubuntu/install-doxygen-from-sourceforge@dev
with:
version: 1.9.7
version: 1.9.8
- name: Install Graphviz
run: sudo apt-get install graphviz
- name: Install Ninja
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pxcrypt-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install Doxygen
uses: oblivioncth/actions/general/cache-and-install-doxygen-from-ffynnon@dev
with:
version: 1.9.7
version: 1.9.8
os: windows
credentials: ${{ secrets.qt_ffynnon_cred }}
- name: Install Graphviz
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Requires:
**-i** and **-m**

*Notes:*
See the documentation for [PxCrypt::Encoder::Encoding](https://oblivioncth.github.io/PxCrypt/namespace_px_crypt.html#a750ea91c0809276e93ae9e113dcf9b41) for the differences between the encoding types. The gist is that 'Relative' will require the original medium image in order to decode the encoded data, and is therefore can be more secure, while 'Absolute' does not.
See the documentation for [PxCrypt::Encoder::Encoding](https://https://oblivioncth.github.io/PxCrypt/classPxCrypt_1_1Encoder.html#add57a5880fd161dfd3ae3943adb9aed3) for the differences between the encoding types. The gist is that 'Relative' will require the original medium image in order to decode the encoded data, and is therefore can be more secure, while 'Absolute' does not.

--------------------------------------------------------------------------------

Expand Down

0 comments on commit cd51bfd

Please sign in to comment.