stoty commented on code in PR #4:
URL: https://github.com/apache/phoenix-site/pull/4#discussion_r2675537906


##########
output/building_website.html:
##########
@@ -174,14 +174,15 @@ <h1>Building Phoenix Project Web Site</h1>
  <li>Make a local copy of source markdown files and html web pages</li>
 </ol>
 <div class="source">
- <pre><code> $ svn checkout https://svn.apache.org/repos/asf/phoenix
+ <pre><code> $ git clone [email protected]:apache/phoenix-site.git
 </code></pre>
 </div>
 <ol style="list-style-type: decimal">
  <li>Edit/Add source markdown files in 
<code>site/source/src/site/markdown</code> directory.</li>
  <li>Edit <code>phoenix-docs/src/docsrc/help/phoenix.csv</code> to update 
Reference pages, adding any missing new words to 
<code>phoenix-docs/src/tools/org/h2/build/doc/dictionary.txt</code>.</li>
  <li>Run <code>build.sh</code> located at root to generate/update html web 
pages in <code>output</code> directory</li>
- <li><code>svn commit</code> source markdown files and html web pages</li>
+ <li><code>svn commit</code> source markdown files and html web pages then 
<code>git commit</code> and <code>git push</code></li>

Review Comment:
   This needs to be updated for git too.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to