Skip to content

Commit 52e9f33

Browse files
committed
Fix the README
1 parent 900d481 commit 52e9f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ You can also clone/download this repository and build the library yourself (plea
274274
275275
> [!NOTE]
276276
>
277-
> The library doesn't ship with the 7-Zip shared libraries. You can build them from the source code available at [7-zip.org](http://www.7-zip.org/).
277+
> The library doesn't ship with the 7-Zip shared libraries, which can be built from the source code available at [7-zip.org](https://www.7-zip.org/).
278278
>
279279
280280
[^1]: On Windows, you should link your program _also_ with _oleaut32_ (e.g., `-lbit7z -loleaut32`).<br/> On Linux and macOS, you should link your program _also_ with _dl_ (e.g., `-lbit7z -ldl`).<br/> If you are using the library via CMake, these dependencies will be linked automatically to your project.

0 commit comments

Comments
 (0)