summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-02-14 10:26:49 +0000
committerMoonchild <moonchild@palemoon.org>2022-02-14 10:26:49 +0000
commitf191622243acc5328ab6325d7c230b55495ac59e (patch)
tree3f275128b1ed6bcae2ca5692725a9ccc26fd0b38
parentf74898dec6906deabeb618823ebf368f8f69d012 (diff)
downloadpalemoon-gre-f191622243acc5328ab6325d7c230b55495ac59e.tar.gz
No issue - Update README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6b4c2821d..70c5dcf51 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
This is the source code for the Pale Moon web browser, an independent browser derived from Firefox/Mozilla community code. The source tree is
laid out in a "comm-central" style configuration where only the code specific to Pale Moon is kept in this repository.
-The shared Unified XUL Platform source code is referenced here as a git submodule contained in the `platform/` directory and is required to build the application.
+The shared Goanna Rendering Engine platform source code is referenced here as a git submodule contained in the `platform/` directory and is required to build the application.
## Getting the platform sub-module
`git submodule init && git submodule update`
@@ -13,4 +13,4 @@ The shared Unified XUL Platform source code is referenced here as a git submodul
* [Build Pale Moon for Windows](https://developer.palemoon.org/build/windows/)
* [Build Pale Moon for Linux](https://developer.palemoon.org/build/linux/)
* [Pale Moon home page](http://www.palemoon.org/)
- * [Code of Conduct, Contributing, and UXP Coding style](https://repo.palemoon.org/MoonchildProductions/UXP/src/branch/master/docs)
+ * [Code of Conduct, Contributing, and Coding style](https://repo.palemoon.org/MoonchildProductions/GRE/src/branch/master/docs)