|
27 | 27 | https://github.com/funilrys/PyFunceble |
28 | 28 |
|
29 | 29 | Project documentation: |
30 | | - https://pyfunceble.readthedocs.io/en/dev/ |
| 30 | + https://pyfunceble.readthedocs.io/en/master/ |
31 | 31 |
|
32 | 32 | Project homepage: |
33 | 33 | https://pyfunceble.github.io/ |
@@ -278,7 +278,7 @@ def _install_production_config(self): |
278 | 278 | # We initiate the link to the production configuration. |
279 | 279 | # It is not hard coded because this method is called only if we |
280 | 280 | # are sure that the configuration file exist. |
281 | | - production_config_link = "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/.PyFunceble_production.yaml" # pylint: disable=line-too-long |
| 281 | + production_config_link = "https://raw.githubusercontent.com/funilrys/PyFunceble/master/.PyFunceble_production.yaml" # pylint: disable=line-too-long |
282 | 282 |
|
283 | 283 | # We update the link according to our current version. |
284 | 284 | production_config_link = self.version.right_url_from_version( |
@@ -437,7 +437,7 @@ class Merge: # pylint: disable=too-few-public-methods |
437 | 437 |
|
438 | 438 | def __init__(self, configuration_path): |
439 | 439 | config_link = Version(True).right_url_from_version( |
440 | | - "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/.PyFunceble_production.yaml" # pylint: disable=line-too-long |
| 440 | + "https://raw.githubusercontent.com/funilrys/PyFunceble/master/.PyFunceble_production.yaml" # pylint: disable=line-too-long |
441 | 441 | ) |
442 | 442 |
|
443 | 443 | self.path_to_config = configuration_path |
@@ -563,7 +563,7 @@ def __init__(self, used=False): |
563 | 563 | # We initiate the link to the upstream version file. |
564 | 564 | # It is hard coded because we may not have the chance to have the |
565 | 565 | # configuration file everytime we need it. |
566 | | - upstream_link = "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/version.yaml" # pylint: disable=line-too-long |
| 566 | + upstream_link = "https://raw.githubusercontent.com/funilrys/PyFunceble/master/version.yaml" # pylint: disable=line-too-long |
567 | 567 |
|
568 | 568 | # We update the link according to our current version. |
569 | 569 | upstream_link = self.right_url_from_version(upstream_link) |
|
0 commit comments