// attribute of the configuration.
// If we don't have an _about, or _about returns
// no models, then look in the complete demos location
if (aboutAttribute != null) {
baseURL = aboutAttribute.asURL();
String aboutURLString = baseURL.toExternalForm();
String base = aboutURLString.substring(0,
aboutURLString.lastIndexOf("/"));
baseURL = MoMLApplication.specToURL(base + "/intro.htm");
System.out.println("HTMLAbout._expandLibrary(): looking in about URL: " + baseURL);