diff --git a/FAQ/FAQ.tex b/FAQ/FAQ.tex index ecffbd0..ed81588 100644 --- a/FAQ/FAQ.tex +++ b/FAQ/FAQ.tex @@ -158,7 +158,7 @@ \section{Browsing the system} How do I generate a view of the \ind{AST} of an expression? \end{faq} \answer -Load AST from squeaksource.com. Then evaluate: +Evaluate: \begin{code}{} (RBParser parseExpression: '3+4') explore \end{code} @@ -185,15 +185,15 @@ \section{Browsing the system} % But this is broken for some reason! %================================================================= -\section{Using Monticello and SqueakSource} +\section{Using Monticello and SmalltalkHub} \begin{faq} -How do I load a \ind{SqueakSource} project? +How do I load a \ind{SmalltalkHub} project? \index{Monticello} \end{faq} \answer \begin{enumerate} - \item Find the project you want in \url{http://squeaksource.com} + \item Find the project you want in \url{http://smalltalkhub.com} \item Copy the registration code snippet \item Select \menu{open \go Monticello browser} \item Select \menu{+Repository \go HTTP} @@ -203,11 +203,11 @@ \section{Using Monticello and SqueakSource} \end{enumerate} \begin{faq} -How do I create a SqueakSource project? +How do I create a SmalltalkHub project? \end{faq} \answer \begin{enumerate} - \item Go to \url{http://squeaksource.com} + \item Go to \url{http://smalltalkhub.com} \item Register yourself as a new member \item Register a project (name = category) \item Copy the Registration code snippet @@ -239,9 +239,7 @@ \section{Tools} Where can I find the \ind{Refactoring Browser}? \end{faq} \answer -Load AST then Refactoring Engine from squeaksource.com: -\url{http://www.squeaksource.com/AST} -\url{http://www.squeaksource.com/RefactoringEngine} +Pharo ships with the Refactoring Engine built in. \begin{faq} How do I register the browser that I want to be the default?