Skip to content

Commit

Permalink
Update base url used by scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k authored and markpeek committed Nov 20, 2021
1 parent f66550a commit 7f3b2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrape/scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import httpx
from bs4 import BeautifulSoup

BASE_URL = "https://docs.aws.amazon.com/IAM/latest/UserGuide/"
BASE_URL = "https://docs.aws.amazon.com/service-authorization/latest/reference/"

HEADER = """\
# Copyright (c) 2012-2021, Mark Peek <mark@peek.org>
Expand Down

0 comments on commit 7f3b2be

Please sign in to comment.