From 6f20e1458d86515cda6b8d5852eb468620e59c54 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 18 Sep 2024 21:21:23 -0700 Subject: [PATCH] tweak --- MasterUrl.md | 4 ++-- ProjectMain.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MasterUrl.md b/MasterUrl.md index 1c05787..dbd1c4d 100644 --- a/MasterUrl.md +++ b/MasterUrl.md @@ -2,8 +2,8 @@ Each project is identified by a **master URL**. The document at this location (the **master page**) -is, by default, the file ```index.php``` generated by -the [make_project](MakeProject) script. +is, by default, generated by the script ```index.php```, +which is created by [make_project](MakeProject). The master page is typically a web page describing the project, and offering instructions for volunteers. diff --git a/ProjectMain.md b/ProjectMain.md index 16959dd..801ba9a 100644 --- a/ProjectMain.md +++ b/ProjectMain.md @@ -74,7 +74,7 @@ most of it is for advanced features that you probably won't need. ## Creating a BOINC project * [What is a project?](ServerComponents) - * [The project URL](MasterUrl) + * [The master URL](MasterUrl) * [Directory structure](ServerDirs) * [Setting up a BOINC server](ServerIntro) * [The make_project script](MakeProject)