@@ -54,14 +54,14 @@ For a full list of available modules please check
5454
5555##Offline installations
5656
57- In offline and restricteddeploymnets , there are2 ways to fetch modules.
57+ In offline and restricteddeployments , there aretwo ways to fetch modules.
5858
59591 . Artifactory
60602 . Private git repository
6161
6262###Artifactory
6363
64- Air gapped users can clone the[ coder/modules ] ( https://github.com/coder/modules )
64+ Air gapped users can clone the[ coder/registry ] ( https://github.com/coder/registry/ )
6565repo and publish a
6666[ local terraform module repository] ( https://jfrog.com/help/r/jfrog-artifactory-documentation/set-up-a-terraform-module/provider-registry )
6767to resolve modules via[ Artifactory] ( https://jfrog.com/artifactory/ ) .
@@ -71,8 +71,8 @@ to resolve modules via [Artifactory](https://jfrog.com/artifactory/).
71713 . Follow the below instructions to publish coder modules to Artifactory
7272
7373``` shell
74- git clone https://github.com/coder/modules
75- cd modules
74+ git clone https://github.com/coder/registry
75+ cd registry/coder/ modules
7676 jf tfc
7777 jf tf p --namespace=" coder" --provider=" coder" --tag=" 1.0.0"
7878```