Change minibar URL to cloud.gf.org in QuickStart page

This commit is contained in:
john.j.camilleri
2015-01-19 06:45:15 +00:00
parent 34e19f423e
commit 993014699f

View File

@@ -5,7 +5,7 @@
<link rel=stylesheet href="../css/style.css"> <link rel=stylesheet href="../css/style.css">
<meta name = "viewport" content = "width = device-width"> <meta name = "viewport" content = "width = device-width">
</head> </head>
<body> <body>
@@ -122,8 +122,8 @@ the two grammars above, do
</pre> </pre>
You can use this in Haskell and Java programs, and also on web services, such as You can use this in Haskell and Java programs, and also on web services, such as
<ul> <ul>
<li> the <li> the
<a href="http://www.grammaticalframework.org:41296/minibar/minibar.html">minibar</a> <a href="http://cloud.grammaticalframework.org/minibar/minibar.html">minibar</a>
fridge magnets fridge magnets
</ul> </ul>
@@ -137,7 +137,7 @@ The quickest way to provide a GF web service is to start GF with the <tt>-server
</pre> </pre>
You can view it locally by pointing your You can view it locally by pointing your
browser to the URL shown. You can add your own <tt>.pgf</tt> grammar to the service by browser to the URL shown. You can add your own <tt>.pgf</tt> grammar to the service by
copying it over to the <tt>documentRoot</tt> directory. Just push "reload" in copying it over to the <tt>documentRoot</tt> directory. Just push "reload" in
your browser after each such update. your browser after each such update.
<p> <p>