Skip to content

Commit

Permalink
Comment out URL rewrites
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Jan 1, 2024
1 parent 34d0499 commit d489b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/full_text.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
$full_text = str_ireplace('href="/', 'href="http://lis.virginia.gov/', $full_text);

# Replace links to the state code with links to Virginia Decoded.
$full_text = str_ireplace('href="http://law.lis.virginia.gov/vacode', 'href="https://vacode.org', $full_text);
//$full_text = str_ireplace('href="http://law.lis.virginia.gov/vacode', 'href="https://vacode.org', $full_text);

# Any time that we've just got a question mark hanging out, that should be a section
# symbol.
Expand Down

0 comments on commit d489b52

Please sign in to comment.