Skip to content

Commit 10b06ca

Browse files
committed
Minor typo fixes
1 parent 0bd2602 commit 10b06ca

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

ci/build/build-release.sh

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ EOF
4545
) > "$RELEASE_PATH/package.json"
4646
rsync yarn.lock "$RELEASE_PATH"
4747
rsync ci/build/npm-postinstall.sh "$RELEASE_PATH/postinstall.sh"
48-
4948
}
5049

5150
bundle_vscode() {

doc/FAQ.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ better by allowing the community to submit extensions and repos to avoid waiting
4747
an extension.
4848

4949
If an extension is not available or does not work, you can grab its VSIX from its Github releases or
50-
build it yourself and [Install from VSIX](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix).
50+
build it yourself. Then run the `Extensions: Install from VSIX` command in the Command Palette and
51+
point to the .vsix file.
52+
53+
See below for installing an extension from the cli.
5154

5255
Feel free to file an issue to add a missing extension to the marketplace.
5356

@@ -81,7 +84,7 @@ your instance.
8184

8285
## How should I expose code-server to the internet?
8386

84-
Please follow [./guide.md]](./guide.md) for our recommendations on setting up and using code-server.
87+
Please follow [./guide.md](./guide.md) for our recommendations on setting up and using code-server.
8588

8689
code-server only supports password authentication natively.
8790

@@ -101,7 +104,7 @@ only to HTTP requests.
101104
You can use [Let's Encrypt](https://letsencrypt.org/) to get an SSL certificate
102105
for free.
103106

104-
Again, Please follow [./guide.md]](./guide.md) for our recommendations on setting up and using code-server.
107+
Again, Please follow [./guide.md](./guide.md) for our recommendations on setting up and using code-server.
105108

106109
## How do I securely access web services?
107110

doc/guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ reverse_proxy 127.0.0.1:8080
179179
sudo systemctl reload caddy
180180
```
181181

182-
Visit `https://<your-instance-ip>` to access code-server. Congratulations!
182+
Visit `https://<your-domain-name>` to access code-server. Congratulations!
183183

184184
In a future release we plan to integrate Let's Encrypt directly with code-server to avoid
185185
the dependency on caddy.

0 commit comments

Comments
 (0)