Skip to content

Commit

Permalink
doc: attempt to fix broken marketplace links (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuisi authored Jul 10, 2024
1 parent f9c183f commit 9457f59
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This extension provides VS Code support for the Lean 4 theorem prover and progra

## Installing Lean 4

After installing the extension, a 'Welcome' page with a setup guide should open automatically. The setup guide provides platform-specific information on the following topics:
After installing this extension, a 'Welcome' page with a setup guide should open automatically. The setup guide provides platform-specific information on the following topics:
- Books and documentation resources
- Installing dependencies that are needed by Lean
- Installing Lean's version manager Elan and a recent stable version of Lean 4
Expand All @@ -12,13 +12,14 @@ After installing the extension, a 'Welcome' page with a setup guide should open

If the setup guide does not open automatically, you can still open it manually by opening an empty file, clicking on the ∀-symbol in the top right and selecting 'Documentation…' > 'Docs: Show Setup Guide'.

![Setup guide with instructions for how to re-open the setup guide manually](vscode-lean4/media/setup_guide.png)
![Setup guide with instructions for how to re-open the setup guide manually](vscode-lean4/images/setup_guide.png)

## Using this extension

The [Lean 4 VS Code extension manual](vscode-lean4/manual/manual.md) provides a complete and detailed overview over all features provided by this VS Code extension. If you are new to Lean, you may find the first five subsections of the 'Interacting with Lean files' section in the manual to be very helpful.
The [Lean 4 VS Code extension manual](https://github.com/leanprover/vscode-lean4/blob/master/vscode-lean4/manual/manual.md) provides a complete and detailed overview over all features provided by this VS Code extension. If you are new to Lean, you may find the first five subsections of the 'Interacting with Lean files' section in the manual to be very helpful.

![Manual table of contents](vscode-lean4/images/manual.png)

![Manual table of contents](vscode-lean4/media/manual.png)

## Developing the Lean 4 VS Code extension

Expand Down
8 changes: 4 additions & 4 deletions vscode-lean4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This extension provides VS Code support for the Lean 4 theorem prover and progra

## Installing Lean 4

After installing the extension, a 'Welcome' page with a setup guide should open automatically. The setup guide provides platform-specific information on the following topics:
After installing this extension, a 'Welcome' page with a setup guide should open automatically. The setup guide provides platform-specific information on the following topics:
- Books and documentation resources
- Installing dependencies that are needed by Lean
- Installing Lean's version manager Elan and a recent stable version of Lean 4
Expand All @@ -12,10 +12,10 @@ After installing the extension, a 'Welcome' page with a setup guide should open

If the setup guide does not open automatically, you can still open it manually by opening an empty file, clicking on the ∀-symbol in the top right and selecting 'Documentation…' > 'Docs: Show Setup Guide'.

![Setup guide with instructions for how to re-open the setup guide manually](media/setup_guide.png)
![Setup guide with instructions for how to re-open the setup guide manually](images/setup_guide.png)

## Using this extension

The [Lean 4 VS Code extension manual](manual/manual.md) provides a complete and detailed overview over all features provided by this VS Code extension. If you are new to Lean, you may find the first five subsections of the 'Interacting with Lean files' section in the manual to be very helpful.
The [Lean 4 VS Code extension manual](https://github.com/leanprover/vscode-lean4/blob/master/vscode-lean4/manual/manual.md) provides a complete and detailed overview over all features provided by this VS Code extension. If you are new to Lean, you may find the first five subsections of the 'Interacting with Lean files' section in the manual to be very helpful.

![Manual table of contents](media/manual.png)
![Manual table of contents](images/manual.png)
File renamed without changes
File renamed without changes

0 comments on commit 9457f59

Please sign in to comment.