Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/en/software/using-medley/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Most of these resources were created decades ago when Medley was a research syst

#### Introductory material

1. [The Basics of Interlisp](Using). Essential information on the Interlisp language and the differences with Common Lisp.
1. [The Basics of Interlisp](/software/Using.html). Essential information on the Interlisp language and the differences with Common Lisp.
1. [Medley for the Novice](https://interlisp.org/documentation/Medley-Primer.pdf) (also known as Medley Primer). An introductory guide to the basics of Medley such as executing commands, using menus and files, manipulating windows, editing and saving Lisp code, using the development tools, and more. Read it in full. The code in chapter 20 "Free Menus" doesn't work and some illustrations are missing.
1. [SEdit — The Lisp Editor](https://drive.google.com/file/d/12LW5zCZauJvC63NRMJhjNv5qJkuuCflb/view?usp=sharing). The manual of SEdit, the default Lisp code editor.
1. [LispCourse notes](https://interlisp.org/pub-pdfs/lispcourse/lispcourse.pdf). The notes of a beginner course on the Interlisp environment that goes from the basics of interacting with the system to programming in Lisp. Highly recommended. Skip the sections on printing and the network as modern Medley doesn't fully implement the described functionality. The formatting of the text is partially broken and some sections are missing.
Expand Down Expand Up @@ -54,9 +54,9 @@ For the searcher's conveneience, these have also been combined into searchable P
#### Exported Medley Documentation
These documents were converted from Medley's internal format into PDFs. Watch out for weird formatting, but these are firsthand sources on Medley features and applications.

- <a href="All-Medley-PDFs.pdf">Medley Internal Documentation PDF</a>
- <a href="All-Notecards-PDFs.pdf">Notecards Documentation PDF</a>
- <a href="All-LOOPS-PDFs.pdf">LOOPS Documentation PDF</a>
- [Medley Internal Documentation PDF](https://interlisp.org/documentation/All-Medley-PDFs.pdf)
- [Notecards Documentation PDF](https://interlisp.org/documentation/All-Notecards-PDFs.pdf)
- [LOOPS Documentation PDF](https://interlisp.org/documentation/All-LOOPS-PDFs.pdf)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to All-Loops-PDFs.pdf to match the file name.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed to All-Loops-PDFs.pdf and the link works now.



### Interlisp Books
Expand Down