nwangtw commented on a change in pull request #3363: Refine site build
URL: https://github.com/apache/incubator-heron/pull/3363#discussion_r335102909
 
 

 ##########
 File path: website2/docs/guides-python-topologies.md
 ##########
 @@ -81,9 +81,9 @@ Once you've defined spouts and bolts for a topology, you can 
then compose the to
         my_bolt = CountBolt.spec(par=3, inputs={spout: 
Grouping.fields("word")})
     ```
 
-## Defining topologies using the 
[`TopologyBuilder`](/api/python/topology.m.html#heronpy.topology.TopologyBuilder)
 class
+## Defining topologies using the `TopologyBuilder class
 
-If you create a Python topology using a 
[`TopologyBuilder`](/api/python/topology.m.html#heronpy.topology.TopologyBuilder),
 you need to instantiate a `TopologyBuilder` inside of a standard Python main 
function, like this:
+If you create a Python topology using a `TopologyBuilder1, you need to 
instantiate a `TopologyBuilder` inside of a standard Python main function, like 
this:
 
 Review comment:
   s/`TopologyBuilder1/`TopologyBuilder`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to