Renaming a concept
rascal-0.42.0
Synopsis
How to rename a concept.
Description
To rename a concept C to D:
- Rename C to D using the commands of the version control system.
- Rename
D/C.mdtoD/D.mdusing the version control system, or keepD/index.md - Open
D/D.mdin a text editor and change the titletitle: Old Display Nametotitle: New Display Name. - Recompile the course.
Benefits
- If there are dangling links to the course, the compiler will produce an exact error for each reference.