Skip to content

Commit

Permalink
Removed all reference to old site
Browse files Browse the repository at this point in the history
  • Loading branch information
Tfloow committed Feb 8, 2024
1 parent 4a673f8 commit 8842583
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- [Translation](#translation)
- [License](#license)

Test the app [here](https://uclouvaindown-ed3979a045e6.herokuapp.com/)
Test the app [here](https://www.uclouvain-down.be)

## Introduction

Expand Down
4 changes: 2 additions & 2 deletions doc/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ There is various folder:

This part is where we store a sort "database" with all of the report of the user.

All of the folder's name correspond to a tracked service by UCLouvain down **besides** the `request/` which is a little bit different. This is where the result of the [request form](https://uclouvaindown-ed3979a045e6.herokuapp.com/request) is.
All of the folder's name correspond to a tracked service by UCLouvain down **besides** the `request/` which is a little bit different. This is where the result of the [request form](https://www.uclouvain-down.be/request) is.

You can extract all of the logs to build something with by clicking the link under each graph. Or you can do curl command looking like :

```
curl https://uclouvaindown-ed3979a045e6.herokuapp.com/extract?get=<folder-name> -o log.csv
curl https://www.uclouvain-down.be/extract?get=<folder-name> -o log.csv
```

### Summary
Expand Down
2 changes: 1 addition & 1 deletion static/robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
User-agent: *
Disallow:
Disallow: /cgi-bin/
Sitemap: https://uclouvaindown-ed3979a045e6.herokuapp.com/sitemap.xml
Sitemap: https://www.uclouvain-down.be/sitemap.xml
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<meta name="og:title" content={{ _("UCLouvain Down Detector") }}>
<meta name="og:description" content={{ _("Real-time outage reports for UCLouvain services") }}>
<meta name="og:type" content="website">
<meta name="og:url" content="https://uclouvaindown-ed3979a045e6.herokuapp.com">
<meta name="og:url" content="https://www.uclouvain-down.be">
<meta name="og:image" content="{{ url_for('static', filename='ico/icoDOWN.png') }}">


Expand Down

0 comments on commit 8842583

Please sign in to comment.