Skip to content

Commit

Permalink
Merge pull request #53 from tonywu1999/tonywu1999-patch-1
Browse files Browse the repository at this point in the history
Update pc2 URL to use https
  • Loading branch information
bgyori authored Apr 26, 2024
2 parents 263df73 + 424dcca commit 00b454e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybiopax/pc_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import requests

logger = logging.getLogger(__name__)
pc2_url = 'http://www.pathwaycommons.org/pc2/'
pc2_url = 'https://www.pathwaycommons.org/pc2/'


def graph_query(kind, source, target=None, **query_params):
Expand Down

0 comments on commit 00b454e

Please sign in to comment.