diff --git a/README.md b/README.md index 7f86e11..dd9df93 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Caveats and Limitations * while the `venvstacks` CLI is broadly stable, there are still some specific areas where changes may occur (such as in the handling of relative paths). * dynamic library dependencies across layers currently only work on Windows. - There is a [proposal](https://github.com/lmstudio-ai/venvstacks/issues/1) in + There is a [proposal](https://github.com/lmstudio-ai/venvstacks/issues38) in place for resolving that limitation, but it has not yet been implemented. * local exports to filesystems which do not support symlinks (such as `VFAT` and `FAT32`) are nominally supported (with symlinks being replaced by the files diff --git a/src/venvstacks/stacks.py b/src/venvstacks/stacks.py index 97bae24..a7c3e65 100755 --- a/src/venvstacks/stacks.py +++ b/src/venvstacks/stacks.py @@ -1031,7 +1031,7 @@ def __post_init__(self) -> None: self.dynlib_path = self.env_path / "Library" / "bin" else: # No extra library search paths on non-Windows systems - # (but see https://github.com/lmstudio-ai/venvstacks/issues/1) + # (but see https://github.com/lmstudio-ai/venvstacks/issues/38) self.dynlib_path = None self.env_lock = EnvironmentLock( self.requirements_path,