1u0 commented on a change in pull request #8519: [FLINK-12590][docs] Replace HTTP links URL: https://github.com/apache/flink/pull/8519#discussion_r286998726
########## File path: docs/dev/libs/gelly/bipartite_graph.md ########## @@ -34,7 +34,7 @@ A bipartite graph (also called a two-mode graph) is a type of graph where vertic These graphs have wide application in practice and can be a more natural choice for particular domains. For example to represent authorship of scientific papers top vertices can represent scientific papers while bottom nodes will represent authors. Naturally an edge between a top and a bottom nodes would represent an authorship of a particular scientific paper. Another common example for applications of bipartite graphs is relationships between actors and movies. In this case an edge represents that a particular actor played in a movie. -Bipartite graphs are used instead of regular graphs (one-mode) for the following practical [reasons](http://www.complexnetworks.fr/wp-content/uploads/2011/01/socnet07.pdf): +Bipartite graphs are used instead of regular graphs (one-mode) for the following practical [reasons](httpy://www.complexnetworks.fr/wp-content/uploads/2011/01/socnet07.pdf): Review comment: s/httpy/https/ ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
